From dd9cacf6d09a4933e2f07041f35a06e0256bda18 Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 02:16:05 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/coder/code-server to v4.99.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \