From 3c984d6e62f2eae43fb3f25a4ffb612f32796925 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 23 Sep 2024 11:18:10 -0700 Subject: [PATCH] Release v0.4.6 (#1195) --- src/base-ubuntu/manifest.json | 2 +- src/dotnet/.devcontainer/devcontainer.json | 4 +--- src/dotnet/manifest.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/base-ubuntu/manifest.json b/src/base-ubuntu/manifest.json index 0aab7fd02..46a946c97 100644 --- a/src/base-ubuntu/manifest.json +++ b/src/base-ubuntu/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.1.5", + "version": "1.2.0", "variants": [ "noble", "jammy", diff --git a/src/dotnet/.devcontainer/devcontainer.json b/src/dotnet/.devcontainer/devcontainer.json index e6e6a919b..141b6263e 100644 --- a/src/dotnet/.devcontainer/devcontainer.json +++ b/src/dotnet/.devcontainer/devcontainer.json @@ -7,9 +7,7 @@ "ghcr.io/devcontainers/features/common-utils:2": { "installZsh": "true", "username": "vscode", - "upgradePackages": "true", - "userUid": "1000", - "userGid": "1000" + "upgradePackages": "true" }, "ghcr.io/devcontainers/features/node:1": { "version": "none" diff --git a/src/dotnet/manifest.json b/src/dotnet/manifest.json index e43754715..2b3ffd14b 100644 --- a/src/dotnet/manifest.json +++ b/src/dotnet/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.1", + "version": "1.3.2", "variants": [ "9.0-bookworm-slim", "9.0-noble",