Skip to content

Commit 9a9f37a

Browse files
committed
Upgrade Ubuntu to 20.04
1 parent e82d189 commit 9a9f37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:20.04
22

33
# sqlpackage
44

55
ARG SQLPACKAGE_URL=https://download.microsoft.com/download/0/2/0/020aa2fa-f3f2-41ba-bacd-ff15557890d3/sqlpackage-linux-x64-en-US-15.0.5084.2.zip
66

77
RUN apt update \
8-
&& apt install -y wget zip libunwind8 libicu60 \
8+
&& apt install -y wget zip libunwind8 libicu66 \
99
&& wget -O sqlpackage-linux.zip $SQLPACKAGE_URL \
1010
&& mkdir /opt/sqlpackage \
1111
&& unzip sqlpackage-linux.zip -d /opt/sqlpackage \

0 commit comments

Comments
 (0)