File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY . .
18
18
19
19
RUN go build -mod vendor -a -ldflags "${LDFLAGS}" -o manager
20
20
21
- FROM gcr.io/distroless/static-debian12@sha256:f4a57e8ffd7ba407bdd0eb315bb54ef1f21a2100a7f032e9102e4da34fe7c196
21
+ FROM gcr.io/distroless/static-debian12@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac
22
22
23
23
WORKDIR /
24
24
COPY --from=builder /go/src/github.com/open-policy-agent/gatekeeper/manager .
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ WORKDIR /go/src/github.com/open-policy-agent/gatekeeper/cmd/gator
17
17
18
18
RUN go build -mod vendor -a -ldflags "${LDFLAGS}" -o /gator
19
19
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
21
21
USER 65532:65532
22
22
COPY --from=builder --chown=65532:65532 /gator /gator
23
23
ENTRYPOINT ["/gator" ]
You can’t perform that action at this time.
0 commit comments