We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aca800 commit 9971686Copy full SHA for 9971686
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:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
+FROM gcr.io/distroless/static:nonroot@sha256:188ddfb9e497f861177352057cb21913d840ecae6c843d39e00d44fa64daa51c
9
COPY --from=tools /sqlcmd /sqlcmd
10
USER 65532:65532
11
ENTRYPOINT ["/sqlcmd"]
0 commit comments