fix(container): update image ghcr.io/coder/code-server to v4.23.1 (#773)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2024-04-16 01:19:43 +00:00
committed by GitHub
parent eb5d3d690a
commit 702b8a44a2
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.23.0@sha256:55dc2e1d8e1b7c24fe8c52587c9950e73e4498c673d6ef9dfd215010ecd44168"
tag: "4.23.1@sha256:897b358eed18114061b371f2b2f1416bc7acbed9442877428ecc0855523031ad"
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:

View File

@@ -53,7 +53,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.23.0@sha256:55dc2e1d8e1b7c24fe8c52587c9950e73e4498c673d6ef9dfd215010ecd44168"
tag: "4.23.1@sha256:897b358eed18114061b371f2b2f1416bc7acbed9442877428ecc0855523031ad"
command: ["dumb-init", "/usr/bin/code-server"]
args:
- "--auth"