Skip to content

Commit e5070ea

Browse files
chore: bump distroless/static-debian12 from f4a57e8 to 3f2b64e (#3774)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 844fe5f commit e5070ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY . .
1818

1919
RUN go build -mod vendor -a -ldflags "${LDFLAGS}" -o manager
2020

21-
FROM gcr.io/distroless/static-debian12@sha256:f4a57e8ffd7ba407bdd0eb315bb54ef1f21a2100a7f032e9102e4da34fe7c196
21+
FROM gcr.io/distroless/static-debian12@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac
2222

2323
WORKDIR /
2424
COPY --from=builder /go/src/github.com/open-policy-agent/gatekeeper/manager .

gator.Dockerfile

Lines changed: 1 addition & 1 deletion
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)