File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ COPY --chmod=0644 apm-server.yml ./apm-server.yml
2424RUN sed -i 's/127.0.0.1:8200/0.0.0.0:8200/' apm-server.yml
2525RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2626
27- FROM cgr.dev/chainguard/static:latest@sha256:092aad9f6448695b6e20333a8faa93fe3637bcf4e88aa804b8f01545eaf288bd AS builder-certs
27+ FROM cgr.dev/chainguard/static:latest@sha256:93b70336be10c325d5a96016971b71b38d8e79e5148af2144f2aae93ee9367c3 AS builder-certs
2828
2929# ###############################################################################
3030# Build stage 1
3131# Copy prepared files from the previous stage and complete the image.
3232# ###############################################################################
33- FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:233cce2df15dc7cd790f7f1ddbba5d4f59f31677c13a47703db3c2ca2fea67b6
33+ FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:666b64ba2670d356b03dd977fe1931c35fd624add9d8ef57e9dbd8f2a47118ba
3434ARG TARGETARCH
3535ARG BUILD_DATE
3636ARG VERSION
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
2828# Build stage 1
2929# Copy prepared files from the previous stage and complete the image.
3030################################################################################
31- FROM cgr.dev/chainguard/static:latest@sha256:092aad9f6448695b6e20333a8faa93fe3637bcf4e88aa804b8f01545eaf288bd
31+ FROM cgr.dev/chainguard/static:latest@sha256:93b70336be10c325d5a96016971b71b38d8e79e5148af2144f2aae93ee9367c3
3232ARG TARGETARCH
3333ARG BUILD_DATE
3434ARG VERSION
You can’t perform that action at this time.
0 commit comments