Skip to content

Commit

Permalink
Fix .Net SDK Version (#14875)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSher authored Sep 3, 2020
1 parent 69cf78f commit e2593aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/containers/UbuntuNetCore2Keyring/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/sdk:2.1-bionic AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-bionic AS build

ENV \
NO_AT_BRIDGE=1 \
Expand All @@ -18,4 +18,4 @@ RUN wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsof
&& dpkg -i packages-microsoft-prod.deb \
&& apt-get update \
&& apt-get install -y powershell \
&& pwsh --version
&& pwsh --version

0 comments on commit e2593aa

Please sign in to comment.