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 2eccc5c commit 171737cCopy full SHA for 171737c
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:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
+FROM gcr.io/distroless/static:nonroot@sha256:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d
9
COPY --from=tools /sqlcmd /sqlcmd
10
USER 65532:65532
11
ENTRYPOINT ["/sqlcmd"]
0 commit comments