Skip to content

Commit 2d37016

Browse files
authored
Make .Net Core version in Docker image of .devcontainer match the one in global.json (#1494)
1 parent 0bdcc32 commit 2d37016

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/core/sdk:3.1
6+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.101
77

88
# This Dockerfile adds a non-root user with sudo access. Use the "remoteUser"
99
# property in devcontainer.json to use it. On Linux, the container user's GID/UIDs

0 commit comments

Comments
 (0)