diff --git a/bitnami/metallb-speaker/0/debian-12/Dockerfile b/bitnami/metallb-speaker/0/debian-12/Dockerfile index 65a861539904..d814ad3e8851 100644 --- a/bitnami/metallb-speaker/0/debian-12/Dockerfile +++ b/bitnami/metallb-speaker/0/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-04T01:20:33Z" \ + org.opencontainers.image.created="2025-09-07T01:40:02Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/metallb-speaker/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/metallb-speaker" \ @@ -59,7 +59,7 @@ RUN curl -sLO "https://deb.frrouting.org/frr/pool/frr-9.1/f/frr/frr_9.1.3-0~deb1 ENV APP_VERSION="0.15.2" \ BITNAMI_APP_NAME="metallb-speaker" \ - IMAGE_REVISION="7" \ + IMAGE_REVISION="8" \ PATH="/opt/bitnami/metallb-speaker/bin:$PATH" USER 1001