We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7f135 commit 86df82fCopy full SHA for 86df82f
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@
3
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4
#-------------------------------------------------------------------------------------------------------------
5
6
-FROM mcr.microsoft.com/dotnet/sdk:6.0-focal
+FROM mcr.microsoft.com/dotnet/sdk:7.0.100-bullseye-slim-amd64
7
8
RUN apt-get update && apt-get install -y ssh
9
# This Dockerfile adds a non-root 'vscode' user with sudo access. However, for Linux,
0 commit comments