File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:16.04
2
2
3
3
# sqlpackage
4
4
5
- ARG SQLPACKAGE_URL=https://download.microsoft.com/download/7/5/d/75d3ba2d-2f6b-46e7-a0ef-3eaba605e935 /sqlpackage-linux-x64-en-US-15.0.4573 .2.zip
5
+ 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
6
6
7
7
RUN apt update \
8
8
&& apt install -y wget zip libunwind8 libicu55 \
Original file line number Diff line number Diff line change 1
1
# markhobson/sqlpackage
2
2
3
- Docker image for [ sqlpackage] ( https://docs.microsoft.com/en-us/sql/tools/sqlpackage-download ) 18.4 .
3
+ Docker image for [ sqlpackage] ( https://docs.microsoft.com/en-us/sql/tools/sqlpackage-download ) 18.7 .
4
4
5
5
Available on [ Docker Hub] ( https://hub.docker.com/r/markhobson/sqlpackage ) .
6
6
You can’t perform that action at this time.
0 commit comments