feat(oci/code-server): update 4.103.2 ➼ 4.104.0 (#3430)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-09-15 23:08:24 +00:00
committed by GitHub
parent 839fe5fc9f
commit 1d64f530c7

View File

@@ -35,7 +35,7 @@ spec:
app:
image:
repository: "ghcr.io/coder/code-server"
tag: "4.103.2@sha256:f9ed058d6b1a4aa80846f77902d344bd97e450aec69201a0f8939baf58b18a5f"
tag: "4.104.0@sha256:f30e414ac930bd23153ccf937f022d9c17dd74144c7b219bd4a8802cba9d03c8"
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: