Skip to content

Commit

Permalink
feat(oci/code-server): update 4.95.3 ➼ 4.96.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] authored Dec 26, 2024
1 parent f55b4ef commit 2155499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/deploy/apps/code-server/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.95.3@sha256:6d74583d68179cbb6ddadc2518b450d2ac3eaec2d342474fe1941e03371cd2cf"
tag: "4.96.2@sha256:6b8c0e944caec80057e71d2c2f352cee38fe00ae4b7515fc4458eb300844f699"
command: ["dumb-init", "/bin/bash", "-c"]
args: ["/home/linuxbrew/.linuxbrew/sbin/sshd -p 2222 || true; /usr/bin/code-server --auth none --disable-telemetry --user-data-dir /home/coder/.vscode --extensions-dir /home/coder/.vscode --bind-addr 0.0.0.0:8080 --port 8080 /home/coder"]
env:
Expand Down
2 changes: 1 addition & 1 deletion kube/deploy/apps/home-assistant/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.95.3@sha256:6d74583d68179cbb6ddadc2518b450d2ac3eaec2d342474fe1941e03371cd2cf"
tag: "4.96.2@sha256:6b8c0e944caec80057e71d2c2f352cee38fe00ae4b7515fc4458eb300844f699"
command: ["dumb-init", "/usr/bin/code-server"]
args:
- "--auth"
Expand Down

0 comments on commit 2155499

Please sign in to comment.