Skip to content

Commit

Permalink
feat(oci/code-server): update 4.95.3 ➼ 4.96.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] authored Dec 20, 2024
1 parent cfa36a2 commit 4c46966
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.1@sha256:2dbf436d68564dfda13b4d4eeb8324704b6b4120f25ca57feaf230228c3d70da"
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.1@sha256:2dbf436d68564dfda13b4d4eeb8324704b6b4120f25ca57feaf230228c3d70da"
command: ["dumb-init", "/usr/bin/code-server"]
args:
- "--auth"
Expand Down

0 comments on commit 4c46966

Please sign in to comment.