diff --git a/bitnami/prometheus/2/debian-11/Dockerfile b/bitnami/prometheus/2/debian-11/Dockerfile index 3ce550f0959d..afd801da0b7b 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.0-debian-11-r0" \ + org.opencontainers.image.ref.name="2.40.1-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.0" + org.opencontainers.image.version="2.40.1" 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.0-0-linux-${OS_ARCH}-debian-11" \ + "prometheus-2.40.1-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.0" \ +ENV APP_VERSION="2.40.1" \ 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 690cf56372e3..0938fa368cb7 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": "d1675142df6a86a503b64672edc587f1d5230f02a602d7f6fb83dcb101a58e0c", + "digest": "097a9980849b268bd6b02ee341e9ca4a715c954449a1d9e7973c762f43ac4017", "distro": "debian-11", "type": "NAMI", - "version": "2.40.0-0" + "version": "2.40.1-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 edd292f31ff5..8d07e60e59d7 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.0" + - "2.40.1" - "latest"