diff --git a/Dockerfile b/Dockerfile index 59fc4cb..4f90023 100644 --- a/Dockerfile +++ b/Dockerfile @@ -127,7 +127,7 @@ RUN --mount=type=cache,target=/root/.cache/starship set -eux; \ starship --version; # renovate: datasource=git-tags depName=https://github.com/coder/code-server extractVersion=v(?.+)$ -ARG VSCODE_SERVER_VERSION="4.99.3" +ARG VSCODE_SERVER_VERSION="4.99.4" ARG VSCODE_SERVER_HOME="/usr/local/lib/vscode-server" RUN --mount=type=tmpfs,target=/root/.config --mount=type=tmpfs,target=/root/.local set -eux; \ case "${TARGETPLATFORM}" in linux/amd64) ARCH="amd64";; linux/arm64) ARCH="arm64";; *) printf "Unsupported target platform [%s]\n"; exit 1;; esac; \