Skip to content

Commit 1d1e395

Browse files
chore(deps): update gcr.io/distroless/static-debian12 docker digest to 3f2b64e
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 38ff9f6 commit 1d1e395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gator.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /go/src/github.com/open-policy-agent/gatekeeper/cmd/gator
1717

1818
RUN go build -mod vendor -a -ldflags "${LDFLAGS}" -o /gator
1919

20-
FROM --platform=$BUILDPLATFORM gcr.io/distroless/static-debian12@sha256:f4a57e8ffd7ba407bdd0eb315bb54ef1f21a2100a7f032e9102e4da34fe7c196 AS build
20+
FROM --platform=$BUILDPLATFORM gcr.io/distroless/static-debian12@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac AS build
2121
USER 65532:65532
2222
COPY --from=builder --chown=65532:65532 /gator /gator
2323
ENTRYPOINT ["/gator"]

0 commit comments

Comments
 (0)