diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1d991699f4..6420d7912e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ # See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.245.2/containers/dotnet/.devcontainer/Dockerfile -ARG VARIANT="7.0-bullseye-slim" +ARG VARIANT="8.0-bookworm-slim" FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0-${VARIANT} # [Choice] Node.js version: none, lts/*, 16, 14, 12, 10 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f2e49779ab..158465dd6d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,8 +3,8 @@ "build": { "dockerfile": "Dockerfile", "args": { - "VARIANT": "7.0", - "NODE_VERSION": "18" + "VARIANT": "8.0", + "NODE_VERSION": "20" } }, "customizations": {