From 09a6806b5a9076aaa15e523d5f179c92a48bdcd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:04:11 +0000 Subject: [PATCH] Bump debian in /promtail Bumps debian from bullseye-20221114-slim to bullseye-20231009-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..1ce2646 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-20231009-slim COPY --from=build /usr/src/loki/clients/cmd/promtail/promtail /usr/bin/promtail RUN promtail --version