Skip to content

Commit 171737c

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

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:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
8+
FROM gcr.io/distroless/static:nonroot@sha256:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d
99
COPY --from=tools /sqlcmd /sqlcmd
1010
USER 65532:65532
1111
ENTRYPOINT ["/sqlcmd"]

0 commit comments

Comments
 (0)