Skip to content

Commit 323acd2

Browse files
chore(deps): update gcr.io/distroless/static:nonroot docker digest to f9f84bd (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d42d90 commit 323acd2

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
@@ -4,7 +4,7 @@ ARG TARGETARCH
44
ADD https://github.com/microsoft/go-sqlcmd/releases/download/${SQLCMD_VERSION}/sqlcmd-linux-${TARGETARCH}.tar.bz2 sqlcmd.tar.bz2
55
RUN tar -xvf sqlcmd.tar.bz2
66

7-
FROM gcr.io/distroless/static:nonroot@sha256:cba10d7abd3e203428e86f5b2d7fd5eb7d8987c387864ae4996cf97191b33764
7+
FROM gcr.io/distroless/static:nonroot@sha256:f9f84bd968430d7d35e8e6d55c40efb0b980829ec42920a49e60e65eac0d83fc
88
COPY --from=tools /sqlcmd /sqlcmd
99
USER 65532:65532
1010
ENTRYPOINT ["/sqlcmd"]

0 commit comments

Comments
 (0)