Skip to content

Commit 93f4df9

Browse files
build(deps): bump the docker group in /packaging/docker with 2 updates (#20596)
Bumps the docker group in /packaging/docker with 2 updates: [chainguard/static](https://github.com/chainguard-images/images) and [wolfi/chainguard-base-fips](https://github.com/chainguard-images/images-private). Updates `chainguard/static` from `b24ac98` to `d6a97eb` - [Commits](https://github.com/chainguard-images/images/commits) Updates `wolfi/chainguard-base-fips` from `7864be1` to `9377886` - [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: wolfi/chainguard-base-fips dependency-version: latest dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59dfffb commit 93f4df9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packaging/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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:b24ac9892a647b64bc8341e6b9280885c44004b32ffc8d57d3218960280e1d89 AS builder-certs
22+
FROM cgr.dev/chainguard/static:latest@sha256:d6a97eb401cbc7c6d48be76ad81d7899b94303580859d396b52b67bc84ea7345 AS builder-certs
2323

2424
################################################################################
2525
# Build stage 1

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:7864be16495f17313694ddcc38c0cb1f1b00002f36ba7be4bb42146cd8573a5c
25+
FROM docker.elastic.co/wolfi/chainguard-base-fips:latest@sha256:9377886023595765f851a87503fd75a31b9755553ce0ef41b313073f18f0e44a
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:b24ac9892a647b64bc8341e6b9280885c44004b32ffc8d57d3218960280e1d89
26+
FROM cgr.dev/chainguard/static:latest@sha256:d6a97eb401cbc7c6d48be76ad81d7899b94303580859d396b52b67bc84ea7345
2727
ARG TARGETARCH
2828
ARG BUILD_DATE
2929
ARG VERSION

0 commit comments

Comments
 (0)