Skip to content

Commit 1b7315e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)