File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 go build \
1919
2020# Runtime stage
2121# gcr.io/distroless/static-debian12:nonroot
22- FROM gcr.io/distroless/static-debian12@sha256:a9fcaedd4c9b59e12dd65d954f0b5044f19b0647a8a3712e77205df9e7b102cd
22+ FROM gcr.io/distroless/static-debian12@sha256:6447365a6337c3732f412d1b74357b30a633831955b2bc45552b0086be907687
2323
2424COPY --from=builder /bin/decree-server /bin/decree-server
2525
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN cd cmd/decree && CGO_ENABLED=0 go build \
2727
2828# Runtime stage
2929# gcr.io/distroless/static-debian12:nonroot
30- FROM gcr.io/distroless/static-debian12@sha256:a9fcaedd4c9b59e12dd65d954f0b5044f19b0647a8a3712e77205df9e7b102cd
30+ FROM gcr.io/distroless/static-debian12@sha256:6447365a6337c3732f412d1b74357b30a633831955b2bc45552b0086be907687
3131
3232COPY --from=builder /bin/decree /bin/decree
3333
You can’t perform that action at this time.
0 commit comments