Skip to content

Commit 1363bca

Browse files
committed
Update
1 parent 7d9a11e commit 1363bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Choice] .NET version: 6.0, 5.0, 3.1, 6.0-bullseye, 5.0-bullseye, 3.1-bullseye, 6.0-focal, 5.0-focal, 3.1-focal
2-
ARG VARIANT="6.0-bullseye"
2+
ARG VARIANT="7.0-bullseye"
33
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:0-${VARIANT}
44

55
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"build": {
55
"dockerfile": "Dockerfile",
66
"args": {
7-
"VARIANT": "6.0",
7+
"VARIANT": "7.0",
88
"NODE_VERSION": "lts/*"
99
}
1010
},

0 commit comments

Comments
 (0)