From 2e5529c23aa6e16e97e64b227dc6d1fb9797eeac Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 7 Sep 2025 03:28:08 +0200 Subject: [PATCH] [bitnami/grafana-tempo] Release 2.8.2-debian-12-r3 (#85946) Signed-off-by: Bitnami Bot --- bitnami/grafana-tempo/2/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/grafana-tempo/2/debian-12/Dockerfile b/bitnami/grafana-tempo/2/debian-12/Dockerfile index cb4df23d3d25..8532505ab893 100644 --- a/bitnami/grafana-tempo/2/debian-12/Dockerfile +++ b/bitnami/grafana-tempo/2/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-09-03T22:48:39Z" \ + org.opencontainers.image.created="2025-09-07T01:04:32Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="2.8.2" \ BITNAMI_APP_NAME="grafana-tempo" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ PATH="/opt/bitnami/grafana-tempo/bin:$PATH" USER 1001