Skip to content

Commit 9971686

Browse files
chore(deps): update gcr.io/distroless/static:nonroot docker digest to 188ddfb (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3aca800 commit 9971686

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

0 commit comments

Comments
 (0)