Skip to content

Commit b0d3c35

Browse files
author
Dmytro Bondar
committed
Bump go-sqlcmd to v1.8.1
1 parent b9cea69 commit b0d3c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0
2+
ARG SQLCMD_VERSION=v1.8.1
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)