Skip to content

Commit d15790d

Browse files
build(deps): bump the docker group in /packaging/docker with 3 updates (#19531) (#19533)
Bumps the docker group in /packaging/docker with 3 updates: [chainguard/static](https://github.com/chainguard-images/images), ubi9/ubi-micro and [wolfi/chainguard-base-fips](https://github.com/chainguard-images/images-private). Updates `chainguard/static` from `939a132` to `d4c20db` - [Commits](https://github.com/chainguard-images/images/commits) Updates `ubi9/ubi-micro` from `aff8109` to `9900020` Updates `wolfi/chainguard-base-fips` from `6657607` to `e3f168b` - [Commits](https://github.com/chainguard-images/images-private/commits) --- updated-dependencies: - dependency-name: chainguard/static dependency-version: latest dependency-type: direct:production dependency-group: docker - dependency-name: ubi9/ubi-micro dependency-version: latest dependency-type: direct:production dependency-group: docker - dependency-name: wolfi/chainguard-base-fips dependency-version: latest dependency-type: direct:production dependency-group: docker ... (cherry picked from commit a99ecdf) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cde21b commit d15790d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packaging/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ COPY --chmod=0644 apm-server.yml ./apm-server.yml
1919
RUN sed -i 's/127.0.0.1:8200/0.0.0.0:8200/' apm-server.yml
2020
RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2121

22-
FROM cgr.dev/chainguard/static:latest@sha256:939a132511fcbc2702e0e251b6f3ea368c0ad4f114678ae5973903352357d01a AS builder-certs
22+
FROM cgr.dev/chainguard/static:latest@sha256:d4c20db9cb2dbf1ac9ec77f9dbc11080a78514a5f9b96096965550dbd1c73e09 AS builder-certs
2323

2424
################################################################################
2525
# Build stage 1
2626
# Copy prepared files from the previous stage and complete the image.
2727
################################################################################
28-
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:aff810919642215e15c993b9bbc110dbcc446608730ad24499dafd9df7a8f8f4
28+
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:990002083442f6a93cd3249da32ecb7c3f6be778a1bec3a73a9c17fbc40edc15
2929
ARG TARGETARCH
3030
ARG BUILD_DATE
3131
ARG VERSION

packaging/docker/Dockerfile.fips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2222
# Build stage 1
2323
# Copy prepared files from the previous stage and complete the image.
2424
################################################################################
25-
FROM docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:6657607c41cdc93c5403b37bf843e6628ef1d2fafaf655424c7074d06f079871
25+
FROM docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:e3f168b32d76bd5646b8ce42720cda2f0d566fa810a4f92ea1452bc4d3fbeea9
2626
ARG TARGETARCH
2727
ARG BUILD_DATE
2828
ARG VERSION

packaging/docker/Dockerfile.wolfi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2323
# Build stage 1
2424
# Copy prepared files from the previous stage and complete the image.
2525
################################################################################
26-
FROM cgr.dev/chainguard/static:latest@sha256:939a132511fcbc2702e0e251b6f3ea368c0ad4f114678ae5973903352357d01a
26+
FROM cgr.dev/chainguard/static:latest@sha256:d4c20db9cb2dbf1ac9ec77f9dbc11080a78514a5f9b96096965550dbd1c73e09
2727
ARG TARGETARCH
2828
ARG BUILD_DATE
2929
ARG VERSION

0 commit comments

Comments
 (0)