Skip to content

Commit 76fe737

Browse files
chore(deps): update dependency microsoft/go-sqlcmd to v1.9.0 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f60e11 commit 76fe737

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} alpine:3 AS tools
2-
ARG SQLCMD_VERSION=v1.8.2
2+
ARG SQLCMD_VERSION=v1.9.0
33
ARG TARGETARCH
44
RUN apk add --update-cache --no-cache curl jq xz && \
55
curl -sSL https://github.com/microsoft/go-sqlcmd/releases/download/${SQLCMD_VERSION}/sqlcmd-linux-${TARGETARCH}.tar.bz2 \

0 commit comments

Comments
 (0)