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 69cf78f commit e2593aaCopy full SHA for e2593aa
eng/containers/UbuntuNetCore2Keyring/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/core/sdk:2.1-bionic AS build
+FROM mcr.microsoft.com/dotnet/core/sdk:3.1-bionic AS build
2
3
ENV \
4
NO_AT_BRIDGE=1 \
@@ -18,4 +18,4 @@ RUN wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsof
18
&& dpkg -i packages-microsoft-prod.deb \
19
&& apt-get update \
20
&& apt-get install -y powershell \
21
- && pwsh --version
+ && pwsh --version
0 commit comments