Skip to content

Commit

Permalink
Merge pull request #4391 from microsoft/feature/codespace-update
Browse files Browse the repository at this point in the history
feature/codespace update
  • Loading branch information
baywet authored Mar 25, 2024
2 parents 6e577e6 + c8e90fb commit 93d8f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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"
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0-${VARIANT}
ARG VARIANT="8.0-bookworm-slim"
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:${VARIANT}

# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
ARG NODE_VERSION="none"
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "7.0",
"NODE_VERSION": "18"
"VARIANT": "8.0",
"NODE_VERSION": "20"
}
},
"customizations": {
Expand Down

0 comments on commit 93d8f7b

Please sign in to comment.