Skip to content

Commit 52fd4bd

Browse files
build(deps): bump the docker group across 1 directory with 3 updates
Bumps the docker group with 3 updates in the /packaging/docker directory: [chainguard/static](https://github.com/chainguard-images/images), ubi10-micro and [wolfi/chainguard-base-fips](https://github.com/chainguard-images/images-private). Updates `chainguard/static` from `d6a97eb` to `2fdfacc` - [Commits](https://github.com/chainguard-images/images/commits) Updates `ubi10-micro` from `551f8ee` to `c75e279` Updates `wolfi/chainguard-base-fips` from `9377886` to `bae1fe4` - [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: ubi10-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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c12971a commit 52fd4bd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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:d6a97eb401cbc7c6d48be76ad81d7899b94303580859d396b52b67bc84ea7345 AS builder-certs
22+
FROM cgr.dev/chainguard/static:latest@sha256:d6d54da1c5bf5d9cecb231786adca86934607763067c8d7d9d22057abe6d5dbc 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/ubi10-micro:latest@sha256:551f8ee81be3dbabd45a9c197f3724b9724c1edb05d68d10bfe85a5c9e46a458
28+
FROM registry.access.redhat.com/ubi10-micro:latest@sha256:f86852f349dcd2b9ebccef4c8a46fdb75ff2fef9fde8581cef1feddb706be7ba
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:9377886023595765f851a87503fd75a31b9755553ce0ef41b313073f18f0e44a
25+
FROM docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:e44929ace245badcea2fb903f846ba163ca8500e0d3943eed7b6b00938214100
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:d6a97eb401cbc7c6d48be76ad81d7899b94303580859d396b52b67bc84ea7345
26+
FROM cgr.dev/chainguard/static:latest@sha256:d6d54da1c5bf5d9cecb231786adca86934607763067c8d7d9d22057abe6d5dbc
2727
ARG TARGETARCH
2828
ARG BUILD_DATE
2929
ARG VERSION

0 commit comments

Comments
 (0)