Skip to content

Commit 2eccc5c

Browse files
chore(deps): update gcr.io/distroless/static:nonroot docker digest to 6ec5aa9 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a37d2e commit 2eccc5c

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
@@ -5,7 +5,7 @@ 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 \
66
| tar -xj
77

8-
FROM gcr.io/distroless/static:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58
8+
FROM gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
99
COPY --from=tools /sqlcmd /sqlcmd
1010
USER 65532:65532
1111
ENTRYPOINT ["/sqlcmd"]

0 commit comments

Comments
 (0)