Skip to content

Commit 6ef4403

Browse files
authored
Bump container image to 10.0.100 (#19128)
1 parent 43932b4 commit 6ef4403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
22
{
33
"name": "F#",
4-
"image": "mcr.microsoft.com/dotnet/sdk:9.0.304",
4+
"image": "mcr.microsoft.com/dotnet/sdk:10.0.100",
55
"features": {
66
"ghcr.io/devcontainers/features/common-utils:2.5.4": {},
77
"ghcr.io/devcontainers/features/git:1.3.4": {},
88
"ghcr.io/devcontainers/features/github-cli:1.0.14": {},
9-
"ghcr.io/devcontainers/features/dotnet:2.3.0": {}
9+
"ghcr.io/devcontainers/features/dotnet:2.4.0": {}
1010
},
1111
"hostRequirements": {
1212
"cpus": 2,

0 commit comments

Comments
 (0)