Skip to content

Commit 4e93b8e

Browse files
authored
Upgrade release Dockerfile from Ubuntu 16.04 to 20.04 (#1631)
1 parent 093fbbf commit 4e93b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/docker/ubuntu16/Dockerfile renamed to tools/docker/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM mcr.microsoft.com/powershell:ubuntu-16.04
1+
FROM mcr.microsoft.com/powershell:ubuntu-20.04
22

33
ENV __InContainer 1
44

55
RUN apt update -qq && apt install -q -y wget git apt-transport-https
6-
RUN wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb
6+
RUN wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb
77

88
RUN apt update -qq && \
99
cd / && \

0 commit comments

Comments
 (0)