Skip to content

Commit aedbde7

Browse files
build(deps): bump distroless/base-debian12 in the docker group
Bumps the docker group with 1 update: distroless/base-debian12. Updates `distroless/base-debian12` from `db9a199` to `0a5b690` --- updated-dependencies: - dependency-name: distroless/base-debian12 dependency-version: debug dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5937ad commit aedbde7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ COPY ./internal/ ./internal/
2424
COPY ./*.go ./
2525
RUN make build-verify
2626

27-
FROM gcr.io/distroless/base-debian12:debug@sha256:db9a19954a9f79ef814bb204aa7788cfcfd3e00a4bfd755ad93d2e88721125b6
27+
FROM gcr.io/distroless/base-debian12:debug@sha256:0a5b69081973d7069cbeab49c24851dd517887767e934fc8e6f808ea08770ef4
2828
COPY --from=build /build/bin/* /bin/
2929
ENTRYPOINT ["/bin/verify"]

0 commit comments

Comments
 (0)