Bump .devcontainer version to dotnet 3.1.101 (#11707)

* Bump container version to dotnet 3.1.101

Relates to https://github.com/PowerShell/PowerShell/issues/11694

* Revert "Bump devcontainer version to dotnet 3.1.101"

* bump version number of label on base container
This commit is contained in:
Jos Koelewijn 2020-01-29 20:42:25 +01:00 committed by GitHub
parent 148124e055
commit dff80d8de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/core/sdk:3.1.100
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.101
# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive