Skip to content

Commit 86df82f

Browse files
committed
Upgraded devcontainer to .NET 7
1 parent 5c7f135 commit 86df82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM mcr.microsoft.com/dotnet/sdk:6.0-focal
6+
FROM mcr.microsoft.com/dotnet/sdk:7.0.100-bullseye-slim-amd64
77

88
RUN apt-get update && apt-get install -y ssh
99
# This Dockerfile adds a non-root 'vscode' user with sudo access. However, for Linux,

0 commit comments

Comments
 (0)