Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ USER ${UID}:${GID}
ENTRYPOINT ["/manager"]


FROM gcr.io/distroless/base-debian12:latest@sha256:58695f439f772a00009c8f6be4c183f824c1f556d74b313c30900f167e4772f8 AS distroless
FROM gcr.io/distroless/base-debian12:latest@sha256:62730825d3cf03571e0a1b8f014748de94d0404500f063593b614c23da38841d AS distroless
ARG UID
ARG GID

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-refresher
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ USER ${UID}:${GID}
ENTRYPOINT ["/manager"]


FROM gcr.io/distroless/base-debian12:latest@sha256:58695f439f772a00009c8f6be4c183f824c1f556d74b313c30900f167e4772f8 AS distroless
FROM gcr.io/distroless/base-debian12:latest@sha256:62730825d3cf03571e0a1b8f014748de94d0404500f063593b614c23da38841d AS distroless
ARG UID
ARG GID

Expand Down
Loading