diff --git a/bitnami/grafana-tempo/1/debian-11/Dockerfile b/bitnami/grafana-tempo/1/debian-11/Dockerfile index 7fb81d0b196d..63ccd9b1181b 100644 --- a/bitnami/grafana-tempo/1/debian-11/Dockerfile +++ b/bitnami/grafana-tempo/1/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.5.0-debian-11-r33" \ + org.opencontainers.image.ref.name="1.5.0-debian-11-r34" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/grafana-tempo" \ org.opencontainers.image.title="grafana-tempo" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "grafana-tempo-1.5.0-2-linux-${OS_ARCH}-debian-11" \ + "grafana-tempo-1.5.0-3-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/grafana-tempo/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/grafana-tempo/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 2bd44bfae05c..107f670ce0cd 100644 --- a/bitnami/grafana-tempo/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/grafana-tempo/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "grafana-tempo": { "arch": "amd64", - "digest": "d0e1897a7848ed74cd72a5e28e79e4d8ba83ab60af703bb625f7a23d8f87a981", + "digest": "e0a01a952aea6027f85924d7eabfd905b23d11a028033eadb8f028548058600d", "distro": "debian-11", "type": "NAMI", - "version": "1.5.0-2" + "version": "1.5.0-3" } } \ No newline at end of file