From 8869fe2db1f428ef6efcfaaa7087b8bc0a7b71d2 Mon Sep 17 00:00:00 2001 From: Ed Ilyin Date: Thu, 30 Dec 2021 23:23:34 +0200 Subject: [PATCH] dotnet/sdk:6.0.100 -> dotnet/sdk:6.0.101 --- .../amd64/dotnet/dotnet-inproc/dotnet-core-tools.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-core-tools.Dockerfile b/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-core-tools.Dockerfile index d644e4ebb..26b3859a1 100644 --- a/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-core-tools.Dockerfile +++ b/host/4/bullseye/amd64/dotnet/dotnet-inproc/dotnet-core-tools.Dockerfile @@ -3,7 +3,7 @@ # Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. #------------------------------------------------------------------------------------------------------------- -FROM mcr.microsoft.com/dotnet/sdk:6.0.100 +FROM mcr.microsoft.com/dotnet/sdk:6.0.101 # This Dockerfile adds a non-root user with sudo access. Use the "remoteUser" # property in devcontainer.json to use it. On Linux, the container user's GID/UIDs