Skip to content

Commit 0d5abd6

Browse files
authored
Merge pull request #4403 from Bi0T1N/devcontainer_fixes
Fixes to dev container
2 parents 81425de + 81f282d commit 0d5abd6

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,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/dotnet:dev-8.0
1+
FROM mcr.microsoft.com/devcontainers/dotnet:dev-9.0
22

33
# [Optional] Uncomment this section to install additional OS packages.
44
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"upgradePackages": "true"
1616
},
1717
"ghcr.io/devcontainers/features/git:1": {
18-
"version": "latest",
18+
"version": "os-provided",
1919
"ppa": "false"
2020
},
2121
"ghcr.io/devcontainers/features/powershell:1": {

0 commit comments

Comments
 (0)