Skip to content

Commit

Permalink
Merge pull request #4403 from Bi0T1N/devcontainer_fixes
Browse files Browse the repository at this point in the history
Fixes to dev container
  • Loading branch information
arturcic authored Jan 31, 2025
2 parents 81425de + 81f282d commit 0d5abd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/dotnet:dev-8.0
FROM mcr.microsoft.com/devcontainers/dotnet:dev-9.0

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"version": "os-provided",
"ppa": "false"
},
"ghcr.io/devcontainers/features/powershell:1": {
Expand Down

0 comments on commit 0d5abd6

Please sign in to comment.