Skip to content

Commit dbb7962

Browse files
committed
Update dependency microsoft/go-sqlcmd to v1.8.0
1 parent c6929d3 commit dbb7962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7.0
2+
ARG SQLCMD_VERSION=v1.8.0
33
ARG TARGETARCH
44
RUN apk add jq --no-cache && \
55
wget -c -O - $(wget -q -O - https://api.github.com/repos/microsoft/go-sqlcmd/releases/tags/${SQLCMD_VERSION} \

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SQLCMD_VERSION=v1.7.0
1+
SQLCMD_VERSION=v1.8.0

0 commit comments

Comments
 (0)