Skip to content

Commit 7d82576

Browse files
authored
Merge of #21459
2 parents 8afa96d + 1436e1d commit 7d82576

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:77d8b8925dc27970ec2f48243f44c7a260d52c49cd778288e4ee97566e0cb75b AS builder-certs
22+
FROM cgr.dev/chainguard/static:latest@sha256:60582b2ae6074f641094af0f370d4ab241aab271858a66223dcde7eee9f51638 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
@@ -23,7 +23,7 @@ RUN rm -f empty && touch empty
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:60582b2ae6074f641094af0f370d4ab241aab271858a66223dcde7eee9f51638
2727
ARG TARGETARCH
2828
ARG BUILD_DATE
2929
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:77d8b8925dc27970ec2f48243f44c7a260d52c49cd778288e4ee97566e0cb75b
26+
FROM cgr.dev/chainguard/static:latest@sha256:60582b2ae6074f641094af0f370d4ab241aab271858a66223dcde7eee9f51638
2727
ARG TARGETARCH
2828
ARG BUILD_DATE
2929
ARG VERSION

0 commit comments

Comments
 (0)