From ac780e7e75400781df73f8c4ba8778093e468565 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 16 Sep 2024 21:03:15 +0000 Subject: [PATCH 1/2] Images release: v0.4.5 --- src/dotnet/manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/dotnet/manifest.json b/src/dotnet/manifest.json index 5bc92d54e..e43754715 100644 --- a/src/dotnet/manifest.json +++ b/src/dotnet/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "variants": [ "9.0-bookworm-slim", "9.0-noble", @@ -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" From ef7e23cff3c2ed6dd844289caa15acb264df2837 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 16 Sep 2024 21:06:31 +0000 Subject: [PATCH 2/2] Update uid & gid --- src/dotnet/.devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dotnet/.devcontainer/devcontainer.json b/src/dotnet/.devcontainer/devcontainer.json index 141b6263e..e6e6a919b 100644 --- a/src/dotnet/.devcontainer/devcontainer.json +++ b/src/dotnet/.devcontainer/devcontainer.json @@ -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"