Skip to content

Commit

Permalink
Images release: v0.4.5 (#1190)
Browse files Browse the repository at this point in the history
* Images release: v0.4.5

* Update uid & gid
  • Loading branch information
samruddhikhandale authored Sep 16, 2024
1 parent f9f38ba commit 1b3dfcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/dotnet/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": "true",
"username": "vscode",
"upgradePackages": "true"
"upgradePackages": "true",
"userUid": "1000",
"userGid": "1000"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "none"
Expand Down
6 changes: 5 additions & 1 deletion src/dotnet/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"variants": [
"9.0-bookworm-slim",
"9.0-noble",
Expand Down Expand Up @@ -55,6 +55,10 @@
]
},
"variantTags": {
"9.0-bookworm-slim": [
"dotnet:${VERSION}-9.0",
"dotnet:${VERSION}-9.0-bookworm"
],
"8.0-bookworm-slim": [
"dotnet:${VERSION}-8.0",
"dotnet:${VERSION}-8.0-bookworm"
Expand Down

0 comments on commit 1b3dfcc

Please sign in to comment.