diff --git a/cmd/opampsupervisor/Dockerfile b/cmd/opampsupervisor/Dockerfile index e533cef54..c56e87f0d 100644 --- a/cmd/opampsupervisor/Dockerfile +++ b/cmd/opampsupervisor/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 +FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 RUN apk --update add ca-certificates ARG SERVICE_NAME=opampsupervisor diff --git a/distributions/otelcol-contrib/Dockerfile b/distributions/otelcol-contrib/Dockerfile index 135e3dc83..b4a14f144 100644 --- a/distributions/otelcol-contrib/Dockerfile +++ b/distributions/otelcol-contrib/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 as certs +FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 as certs RUN apk --update add ca-certificates FROM scratch diff --git a/distributions/otelcol-k8s/Dockerfile b/distributions/otelcol-k8s/Dockerfile index 9d0ca6619..e80967a2e 100644 --- a/distributions/otelcol-k8s/Dockerfile +++ b/distributions/otelcol-k8s/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 as certs +FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 as certs RUN apk --update add ca-certificates FROM scratch diff --git a/distributions/otelcol-otlp/Dockerfile b/distributions/otelcol-otlp/Dockerfile index 72445e5b2..12b0c1944 100644 --- a/distributions/otelcol-otlp/Dockerfile +++ b/distributions/otelcol-otlp/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 as certs +FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 as certs RUN apk --update add ca-certificates FROM scratch diff --git a/distributions/otelcol/Dockerfile b/distributions/otelcol/Dockerfile index b47f907fe..7c2b49bb2 100644 --- a/distributions/otelcol/Dockerfile +++ b/distributions/otelcol/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 as certs +FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 as certs RUN apk --update add ca-certificates FROM scratch