diff --git a/Dockerfile b/Dockerfile index 171d09b..a4d83ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV CGO_ENABLED=0 RUN --mount=type=cache,target="/root/.cache/go-build" \ go build -trimpath -ldflags="-s -w" -o locksmith . -FROM gcr.io/distroless/static-debian12:nonroot@sha256:1b7b9f0f0e0a1d2155f531db587cc48ec26aaf97ab64364225f5bf18a054e66a AS runtime +FROM gcr.io/distroless/static-debian12:nonroot@sha256:afa5c872c891853ca7fcf1f12c3edb23f7eeef36189728842dd51042ff57f7ab AS runtime COPY --from=build /locksmith /locksmith