Skip to content

Commit e6fcdca

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

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

0 commit comments

Comments
 (0)