File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY --chmod=0644 apm-server.yml ./apm-server.yml
24
24
RUN sed -i 's/127.0.0.1:8200/0.0.0.0:8200/' apm-server.yml
25
25
RUN sed -i 's/localhost:9200/elasticsearch:9200/' apm-server.yml
26
26
27
- FROM cgr.dev/chainguard/static:latest@sha256:48278935856fba0e9fac80365ae9a5b33297f7e5682c2dcb86ecfe5eb6878972 AS builder-certs
27
+ FROM cgr.dev/chainguard/static:latest@sha256:633aabd19a2d1b9d4ccc1f4b704eb5e9d34ce6ad231a4f5b7f7a3af1307fdba8 AS builder-certs
28
28
29
29
# ###############################################################################
30
30
# Build stage 1
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
28
28
# Build stage 1
29
29
# Copy prepared files from the previous stage and complete the image.
30
30
################################################################################
31
- FROM cgr.dev/chainguard/static:latest@sha256:48278935856fba0e9fac80365ae9a5b33297f7e5682c2dcb86ecfe5eb6878972
31
+ FROM cgr.dev/chainguard/static:latest@sha256:633aabd19a2d1b9d4ccc1f4b704eb5e9d34ce6ad231a4f5b7f7a3af1307fdba8
32
32
ARG TARGETARCH
33
33
ARG BUILD_DATE
34
34
ARG VERSION
You can’t perform that action at this time.
0 commit comments