diff --git a/Dockerfile b/Dockerfile index eb3aa8e..f4189f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --update-cache --no-cache curl jq xz && \ curl -sSL https://github.com/microsoft/go-sqlcmd/releases/download/${SQLCMD_VERSION}/sqlcmd-linux-${TARGETARCH}.tar.bz2 \ | tar -xj -FROM gcr.io/distroless/static:nonroot@sha256:188ddfb9e497f861177352057cb21913d840ecae6c843d39e00d44fa64daa51c +FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f COPY --from=tools /sqlcmd /sqlcmd USER 65532:65532 ENTRYPOINT ["/sqlcmd"]