From 0c7827fc87316750b61f2697a507c72f80100ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:53:26 +0000 Subject: [PATCH] Bump debian in /promtail Bumps debian from bullseye-20221114-slim to bullseye-20231218-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- promtail/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promtail/Dockerfile b/promtail/Dockerfile index 4ad9de7..f5c2891 100644 --- a/promtail/Dockerfile +++ b/promtail/Dockerfile @@ -17,7 +17,7 @@ RUN set -eux; \ make BUILD_IN_CONTAINER=false PROMTAIL_JOURNAL_ENABLED=true promtail # https://hub.docker.com/_/debian -FROM debian:bullseye-20221114-slim +FROM debian:bullseye-20231218-slim COPY --from=build /usr/src/loki/clients/cmd/promtail/promtail /usr/bin/promtail RUN promtail --version