Skip to content

Commit 130854a

Browse files
authoredFeb 3, 2025··
build(deps): bump distroless/base-debian12 in the docker group (#1095)
Bumps the docker group with 1 update: distroless/base-debian12. Updates `distroless/base-debian12` from `d88b20e` to `ee694ee` --- updated-dependencies: - dependency-name: distroless/base-debian12 dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f566de5 commit 130854a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use distroless as minimal base image to package the manager binary
22
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3-
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:d88b20e321d3f81d9f712bff98caffef5d4cd2066bbda3e18c1c81d3441d4d4c
3+
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:ee694eefd7685d8c443fec6abd3bff8e30c437faa8fbeacc0ce4c2e847d45501
44
COPY bin/manager /manager
55
USER 65532:65532
66

‎Dockerfile.ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use distroless as minimal base image to package the manager binary
22
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3-
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:d88b20e321d3f81d9f712bff98caffef5d4cd2066bbda3e18c1c81d3441d4d4c
3+
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:ee694eefd7685d8c443fec6abd3bff8e30c437faa8fbeacc0ce4c2e847d45501
44
ARG TARGETARCH
55
COPY bin/manager-linux-$TARGETARCH /manager
66
USER 65532:65532

0 commit comments

Comments
 (0)
Please sign in to comment.