diff --git a/Dockerfile b/Dockerfile index 8f04168..cc1d60e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/base:noble # VS Code commit ID for devcontainer compatibility. Can be overridden at build time via build args. # Default chosen for current stable VS Code Server version used in this repository. -ARG VSCODE_COMMIT=bf9252a2fb45be6893dd8870c0bf37e2e1766d61 +ARG VSCODE_COMMIT=302ff6a2e235c95b88e587d4a4b6eeb1b6613297 ENV VSCODE_COMMIT=${VSCODE_COMMIT}