diff --git a/.github/actions/detect-workflow/Dockerfile b/.github/actions/detect-workflow/Dockerfile index 265993cc7d..f58cb48f59 100644 --- a/.github/actions/detect-workflow/Dockerfile +++ b/.github/actions/detect-workflow/Dockerfile @@ -22,7 +22,7 @@ RUN go get -d -v # Statically compile our app for use in a distroless container RUN CGO_ENABLED=0 go build -ldflags="-w -s" -v -o app . -FROM gcr.io/distroless/static@sha256:3c5767883bc3ad6c4ad7caf97f313e482f500f2c214f78e452ac1ca932e1bf7f +FROM gcr.io/distroless/static@sha256:a01d47d4036cae5a67a9619e3d06fa14a6811a2247b4da72b4233ece4efebd57 COPY --from=builder /app/app /app