Skip to content

Commit cc0887e

Browse files
committed
Upgrade sqlpackage to 18.7
1 parent b3202d9 commit cc0887e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:16.04
22

33
# sqlpackage
44

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
66

77
RUN apt update \
88
&& apt install -y wget zip libunwind8 libicu55 \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# markhobson/sqlpackage
22

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.
44

55
Available on [Docker Hub](https://hub.docker.com/r/markhobson/sqlpackage).
66

0 commit comments

Comments
 (0)