diff --git a/bitnami/grafana-tempo/2/debian-12/Dockerfile b/bitnami/grafana-tempo/2/debian-12/Dockerfile index 20e97638440f..6f4c289f49a0 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="2026-01-03T18:00:04Z" \ + org.opencontainers.image.created="2026-01-11T07:42:23Z" \ 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.9.0" \ BITNAMI_APP_NAME="grafana-tempo" \ - IMAGE_REVISION="4" \ + IMAGE_REVISION="5" \ PATH="/opt/bitnami/grafana-tempo/bin:$PATH" USER 1001