We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f60e11 commit 76fe737Copy full SHA for 76fe737
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=${BUILDPLATFORM} alpine:3 AS tools
2
-ARG SQLCMD_VERSION=v1.8.2
+ARG SQLCMD_VERSION=v1.9.0
3
ARG TARGETARCH
4
RUN apk add --update-cache --no-cache curl jq xz && \
5
curl -sSL https://github.com/microsoft/go-sqlcmd/releases/download/${SQLCMD_VERSION}/sqlcmd-linux-${TARGETARCH}.tar.bz2 \
0 commit comments