From dbb79621f3532b8514919afbb70af24bb33b9d02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 01:50:20 +0000 Subject: [PATCH] Update dependency microsoft/go-sqlcmd to v1.8.0 --- Dockerfile | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e26038b..9006d4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} \ diff --git a/version b/version index e9bb709..9a4c98a 100644 --- a/version +++ b/version @@ -1 +1 @@ -SQLCMD_VERSION=v1.7.0 +SQLCMD_VERSION=v1.8.0