Skip to content

Commit 2d568b3

Browse files
build(deps): bump distroless/static-debian12 base image
Bumps the distroless/static-debian12 build base image digest (a9fcaed -> 6447365).
1 parent 49d939f commit 2d568b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
COPY --from=builder /bin/decree-server /bin/decree-server
2525

build/Dockerfile.decree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3232
COPY --from=builder /bin/decree /bin/decree
3333

0 commit comments

Comments
 (0)