Skip to content

Commit e2593aa

Browse files
Fix .Net SDK Version (#14875)
1 parent 69cf78f commit e2593aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/containers/UbuntuNetCore2Keyring/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/sdk:2.1-bionic AS build
1+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-bionic AS build
22

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

0 commit comments

Comments
 (0)