From 582210a63fa52fef318316668233897b4219f5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 17:44:09 +0000 Subject: [PATCH] chore(deps): bump debian from 12.1 to 12.2 (#1290) Bumps debian from 12.1 to 12.2. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- Dockerfile_local | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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