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

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2024-05-16 15:16:07 +00:00
committed by GitHub
parent 390ae5249d
commit 4b1aea328a
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ spec:
main:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.89.0@sha256:19d4480011242bcad63e84dd2408ccbf834ce48a9d34381dcc22bf126daf6873"
tag: "4.89.1@sha256:01dfb4784e1deefe15c8d09930520bb7074e2feddbc5128e82a3e3ee57f6bcff"
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.89.0@sha256:19d4480011242bcad63e84dd2408ccbf834ce48a9d34381dcc22bf126daf6873"
tag: "4.89.1@sha256:01dfb4784e1deefe15c8d09930520bb7074e2feddbc5128e82a3e3ee57f6bcff"
command: ["dumb-init", "/usr/bin/code-server"]
args:
- "--auth"