Skip to content

Commit 17e934a

Browse files
chore(deps): update dependency microsoft/go-sqlcmd to v1.10.0
1 parent f2d254f commit 17e934a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM --platform=${BUILDPLATFORM} busybox:stable AS tools
2-
ARG SQLCMD_VERSION=v1.9.0
2+
ARG SQLCMD_VERSION=v1.10.0
33
ARG TARGETARCH
44
ADD https://github.com/microsoft/go-sqlcmd/releases/download/${SQLCMD_VERSION}/sqlcmd-linux-${TARGETARCH}.tar.bz2 sqlcmd.tar.bz2
55
RUN tar -xvf sqlcmd.tar.bz2

0 commit comments

Comments
 (0)