diff --git a/bitnami/prometheus/2/debian-11/Dockerfile b/bitnami/prometheus/2/debian-11/Dockerfile index 55e004a6cce7..8c8cb0f3ff4f 100644 --- a/bitnami/prometheus/2/debian-11/Dockerfile +++ b/bitnami/prometheus/2/debian-11/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="2.40.3-debian-11-r1" \ + org.opencontainers.image.ref.name="2.40.4-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus" \ org.opencontainers.image.title="prometheus" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="2.40.3" + org.opencontainers.image.version="2.40.4" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -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=( \ - "prometheus-2.40.3-0-linux-${OS_ARCH}-debian-11" \ + "prometheus-2.40.4-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -41,7 +41,7 @@ RUN ln -sf /opt/bitnami/prometheus/data /prometheus RUN chown -R 1001:1001 /opt/bitnami/prometheus RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/ -ENV APP_VERSION="2.40.3" \ +ENV APP_VERSION="2.40.4" \ BITNAMI_APP_NAME="prometheus" \ PATH="/opt/bitnami/prometheus/bin:$PATH" diff --git a/bitnami/prometheus/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/prometheus/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index ef880e139c0d..c9aff98ee1a6 100644 --- a/bitnami/prometheus/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/prometheus/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "prometheus": { "arch": "amd64", - "digest": "d38eb4a1a296ee94a851f745d938e16e94e75677b5767b824e13d0b56ed1c606", + "digest": "f32d786d95c03a5d1e5bffaebba3cb340736451ee568c8aab5f1e1f2b276259c", "distro": "debian-11", "type": "NAMI", - "version": "2.40.3-0" + "version": "2.40.4-0" } } \ No newline at end of file diff --git a/bitnami/prometheus/2/debian-11/tags-info.yaml b/bitnami/prometheus/2/debian-11/tags-info.yaml index e4aeb3a0ca97..cb5424dc4489 100644 --- a/bitnami/prometheus/2/debian-11/tags-info.yaml +++ b/bitnami/prometheus/2/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "2" - "2-debian-11" - - "2.40.3" + - "2.40.4" - "latest"