Skip to content

Commit

Permalink
Update devcontainer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jul 16, 2024
1 parent 69667eb commit 3c17888
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,5 +1,5 @@
# [Choice] .NET version: 8.0, 8.0-bookworm-slim, 8.0-jammy
ARG VARIANT="8.0-jammy"
ARG VARIANT="8.0-noble"
FROM mcr.microsoft.com/dotnet/sdk:${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerfile": "./Dockerfile",
"context": ".",
"args": {
"VARIANT": "8.0-jammy"
"VARIANT": "8.0-noble"
}
},

Expand Down

0 comments on commit 3c17888

Please sign in to comment.