Dev container versioning

This commit is contained in:
2024-03-01 23:05:39 +00:00
parent 20a49c4f94
commit 6d39621196
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{ {
"image": "mcr.microsoft.com/dotnet/sdk:7.0-alpine" "image": "mcr.microsoft.com/dotnet/sdk:8.0-alpine"
} }

View File

@@ -1,3 +1,3 @@
{ {
"image": "mcr.microsoft.com/dotnet/sdk:7.0" "image": "mcr.microsoft.com/dotnet/sdk:8.0"
} }