diff --git a/Dockerfile b/Dockerfile index e26038b..9006d4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=${BUILDPLATFORM} alpine:3 AS tools -ARG SQLCMD_VERSION=v1.7.0 +ARG SQLCMD_VERSION=v1.8.0 ARG TARGETARCH RUN apk add jq --no-cache && \ wget -c -O - $(wget -q -O - https://api.github.com/repos/microsoft/go-sqlcmd/releases/tags/${SQLCMD_VERSION} \ diff --git a/version b/version index e9bb709..9a4c98a 100644 --- a/version +++ b/version @@ -1 +1 @@ -SQLCMD_VERSION=v1.7.0 +SQLCMD_VERSION=v1.8.0