Skip to content

Commit

Permalink
- upgrade codespace configuration following net8 upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Mar 22, 2024
1 parent 6e577e6 commit 2ad912b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
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 2ad912b

Please sign in to comment.