Skip to content

Commit

Permalink
Update dependency microsoft/go-sqlcmd to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 8, 2024
1 parent c6929d3 commit dbb7962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=${BUILDPLATFORM} alpine:3 AS tools
ARG SQLCMD_VERSION=v1.7.0
ARG SQLCMD_VERSION=v1.8.0
ARG TARGETARCH
RUN apk add jq --no-cache && \
wget -c -O - $(wget -q -O - https://api.github.com/repos/microsoft/go-sqlcmd/releases/tags/${SQLCMD_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SQLCMD_VERSION=v1.7.0
SQLCMD_VERSION=v1.8.0

0 comments on commit dbb7962

Please sign in to comment.