diff --git a/Dockerfile b/Dockerfile index 76d6c3b644..ae7a546670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For FIPS binary, there are some debian runtime dependencies -FROM debian:12.1 as otelcol +FROM debian:12.2 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.18.4 as directories RUN mkdir /etc/otel/ -FROM debian:12.1 as systemd +FROM debian:12.2 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 c99b5e1948..037c289972 100644 --- a/Dockerfile_local +++ b/Dockerfile_local @@ -12,7 +12,7 @@ RUN apk --update add ca-certificates FROM alpine:3.18.4 as directories RUN mkdir /etc/otel/ -FROM debian:12.1 as systemd +FROM debian:12.2 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