Skip to content

Commit b552449

Browse files
chore(deps): update dependency microsoft/go-sqlcmd to v1.10.0 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2d254f commit b552449

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)