diff --git a/bitnami/blackbox-exporter/0/debian-11/Dockerfile b/bitnami/blackbox-exporter/0/debian-11/Dockerfile index e57635ef2ee8..d106bea06472 100644 --- a/bitnami/blackbox-exporter/0/debian-11/Dockerfile +++ b/bitnami/blackbox-exporter/0/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="0.22.0-debian-11-r40" \ + org.opencontainers.image.ref.name="0.23.0-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/blackbox-exporter" \ org.opencontainers.image.title="blackbox-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="0.22.0" + org.opencontainers.image.version="0.23.0" 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=( \ - "blackbox-exporter-0.22.0-3-linux-${OS_ARCH}-debian-11" \ + "blackbox-exporter-0.23.0-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -37,7 +37,7 @@ RUN apt-get autoremove --purge -y curl && \ apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="0.22.0" \ +ENV APP_VERSION="0.23.0" \ BITNAMI_APP_NAME="blackbox-exporter" \ PATH="/opt/bitnami/blackbox-exporter/bin:$PATH" diff --git a/bitnami/blackbox-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/blackbox-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 564f6a00f670..02db8de5bf9b 100644 --- a/bitnami/blackbox-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/blackbox-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "blackbox-exporter": { "arch": "amd64", - "digest": "f7f56685984abb1b4c6c54f752943903f287f95fedde897499bf83c5b0e2711a", + "digest": "cccb41d06cb4f115ff368fff4bef13b0d933a1fc1370aea656d5f88a81f7d734", "distro": "debian-11", "type": "NAMI", - "version": "0.22.0-3" + "version": "0.23.0-0" } } \ No newline at end of file diff --git a/bitnami/blackbox-exporter/0/debian-11/tags-info.yaml b/bitnami/blackbox-exporter/0/debian-11/tags-info.yaml index f81b0841271d..a022c95c917f 100644 --- a/bitnami/blackbox-exporter/0/debian-11/tags-info.yaml +++ b/bitnami/blackbox-exporter/0/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "0" - "0-debian-11" - - "0.22.0" + - "0.23.0" - "latest"