chore(deps): update debian docker tag to v12.8 (#14953)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/14951/head
renovate[bot] 6 months ago committed by GitHub
parent ae7fab6274
commit 9fb2f38552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      clients/cmd/promtail/Dockerfile
  2. 2
      clients/cmd/promtail/Dockerfile.arm32
  3. 2
      clients/cmd/promtail/Dockerfile.cross

@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -qy libsystemd-dev
RUN make clean && make BUILD_IN_CONTAINER=false PROMTAIL_JOURNAL_ENABLED=true promtail
# Promtail requires debian as the base image to support systemd journal reading
FROM debian:12.5-slim
FROM debian:12.8-slim
# tzdata required for the timestamp stage to work
RUN apt-get update && \
apt-get install -qy tzdata ca-certificates wget libsystemd-dev && \

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -qy libsystemd-dev
RUN make clean && make BUILD_IN_CONTAINER=false PROMTAIL_JOURNAL_ENABLED=true promtail
# Promtail requires debian as the base image to support systemd journal reading
FROM debian:12.5-slim
FROM debian:12.8-slim
# tzdata required for the timestamp stage to work
RUN apt-get update && \
apt-get install -qy tzdata ca-certificates wget libsystemd-dev && \

@ -14,7 +14,7 @@ WORKDIR /src/loki
RUN make clean && GOARCH=$(cat /goarch) GOARM=$(cat /goarm) make BUILD_IN_CONTAINER=false PROMTAIL_JOURNAL_ENABLED=true promtail
# Promtail requires debian as the base image to support systemd journal reading
FROM debian:12.5-slim
FROM debian:12.8-slim
# tzdata required for the timestamp stage to work
RUN apt-get update && \
apt-get install -qy tzdata ca-certificates wget libsystemd-dev && \

Loading…
Cancel
Save