We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d254f commit b552449Copy full SHA for b552449
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=${BUILDPLATFORM} busybox:stable AS tools
2
-ARG SQLCMD_VERSION=v1.9.0
+ARG SQLCMD_VERSION=v1.10.0
3
ARG TARGETARCH
4
ADD https://github.com/microsoft/go-sqlcmd/releases/download/${SQLCMD_VERSION}/sqlcmd-linux-${TARGETARCH}.tar.bz2 sqlcmd.tar.bz2
5
RUN tar -xvf sqlcmd.tar.bz2
0 commit comments