We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9971686 commit 8f60e11Copy full SHA for 8f60e11
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ RUN apk add --update-cache --no-cache curl jq xz && \
5
curl -sSL https://github.com/microsoft/go-sqlcmd/releases/download/${SQLCMD_VERSION}/sqlcmd-linux-${TARGETARCH}.tar.bz2 \
6
| tar -xj
7
8
-FROM gcr.io/distroless/static:nonroot@sha256:188ddfb9e497f861177352057cb21913d840ecae6c843d39e00d44fa64daa51c
+FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f
9
COPY --from=tools /sqlcmd /sqlcmd
10
USER 65532:65532
11
ENTRYPOINT ["/sqlcmd"]
0 commit comments