We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6929d3 commit dbb7962Copy full SHA for dbb7962
Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=${BUILDPLATFORM} alpine:3 AS tools
2
-ARG SQLCMD_VERSION=v1.7.0
+ARG SQLCMD_VERSION=v1.8.0
3
ARG TARGETARCH
4
RUN apk add jq --no-cache && \
5
wget -c -O - $(wget -q -O - https://api.github.com/repos/microsoft/go-sqlcmd/releases/tags/${SQLCMD_VERSION} \
version
@@ -1 +1 @@
-SQLCMD_VERSION=v1.7.0
+SQLCMD_VERSION=v1.8.0
0 commit comments