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 b9cea69 commit b0d3c35Copy full SHA for b0d3c35
Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=${BUILDPLATFORM} alpine:3 AS tools
2
-ARG SQLCMD_VERSION=v1.8.0
+ARG SQLCMD_VERSION=v1.8.1
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