diff --git a/Dockerfile b/Dockerfile index 3b2f18ebc8..760917418e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For FIPS binary, there are some debian runtime dependencies -FROM debian:12.6 AS otelcol +FROM debian:12.7 AS otelcol COPY otelcol-sumo / # This shouldn't be necessary but sometimes we end up with execution bit not set. # ref: https://github.com/open-telemetry/opentelemetry-collector/issues/1317 @@ -18,7 +18,7 @@ RUN apk --update add ca-certificates FROM alpine:3.20.2 AS directories RUN mkdir /etc/otel/ -FROM debian:12.6 AS systemd +FROM debian:12.7 AS systemd RUN apt update && apt install -y systemd # prepare package with journald and it's dependencies keeping original paths # h stands for dereference of symbolic links diff --git a/Dockerfile_local b/Dockerfile_local index 4009f3ba54..26cf2fbe97 100644 --- a/Dockerfile_local +++ b/Dockerfile_local @@ -12,7 +12,7 @@ RUN apk --update add ca-certificates FROM alpine:3.20.2 AS directories RUN mkdir /etc/otel/ -FROM debian:12.6 AS systemd +FROM debian:12.7 AS systemd RUN apt update && apt install -y systemd # prepare package with journald and it's dependencies keeping original paths # h stands for dereference of symbolic links