Skip to content

Commit 3c984d6

Browse files
Release v0.4.6 (#1195)
1 parent dcfef0d commit 3c984d6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/base-ubuntu/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.5",
2+
"version": "1.2.0",
33
"variants": [
44
"noble",
55
"jammy",

src/dotnet/.devcontainer/devcontainer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"ghcr.io/devcontainers/features/common-utils:2": {
88
"installZsh": "true",
99
"username": "vscode",
10-
"upgradePackages": "true",
11-
"userUid": "1000",
12-
"userGid": "1000"
10+
"upgradePackages": "true"
1311
},
1412
"ghcr.io/devcontainers/features/node:1": {
1513
"version": "none"

src/dotnet/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.1",
2+
"version": "1.3.2",
33
"variants": [
44
"9.0-bookworm-slim",
55
"9.0-noble",

0 commit comments

Comments
 (0)