From dafc6b0a6ed89a3bc2460ef9a8c5ae215fa8c75e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:20:24 +0000 Subject: [PATCH] chore(deps): update gcr.io/distroless/static:nonroot docker digest to cdf4daa --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b936b72..c8b6d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --update-cache --no-cache curl jq xz && \ curl -sSL https://github.com/microsoft/go-sqlcmd/releases/download/${SQLCMD_VERSION}/sqlcmd-linux-${TARGETARCH}.tar.bz2 \ | tar -xj -FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f +FROM gcr.io/distroless/static:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46 COPY --from=tools /sqlcmd /sqlcmd USER 65532:65532 ENTRYPOINT ["/sqlcmd"]