diff --git a/bitnami/grafana-tempo-vulture/2/debian-12/Dockerfile b/bitnami/grafana-tempo-vulture/2/debian-12/Dockerfile index e3644635a426..5c9d2d26dc3f 100644 --- a/bitnami/grafana-tempo-vulture/2/debian-12/Dockerfile +++ b/bitnami/grafana-tempo-vulture/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:44:50Z" \ + org.opencontainers.image.created="2025-09-07T01:04:16Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo-vulture/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo-vulture" \ @@ -47,7 +47,7 @@ RUN uninstall_packages curl ENV APP_VERSION="2.8.2" \ BITNAMI_APP_NAME="grafana-tempo-vulture" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ PATH="/opt/bitnami/grafana-tempo-vulture/bin:$PATH" USER 1001