Skip to content

Commit 1f56e25

Browse files
build(deps): bump distroless/base-debian12 from 76acc04 to 5baa38c in the docker group (#1167)
Bumps the docker group with 1 update: distroless/base-debian12. Updates `distroless/base-debian12` from `76acc04` to `5baa38c` --- updated-dependencies: - dependency-name: distroless/base-debian12 dependency-version: debug-nonroot dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9375d23 commit 1f56e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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:76acc040228aed628435f9951e0bee94f99645efabcdf362e94a8c70ba422f99
3+
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:5baa38c4513f1eeb010c1f6c6bbc5b2c244b40afce7d4100142be22024a48630
44
COPY bin/manager /manager
55
USER 65532:65532
66

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
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:76acc040228aed628435f9951e0bee94f99645efabcdf362e94a8c70ba422f99
3+
FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:5baa38c4513f1eeb010c1f6c6bbc5b2c244b40afce7d4100142be22024a48630
44
ARG TARGETARCH
55
COPY bin/manager-linux-$TARGETARCH /manager
66
USER 65532:65532

0 commit comments

Comments
 (0)