diff --git a/bitnami/metallb-speaker/0/debian-11/Dockerfile b/bitnami/metallb-speaker/0/debian-11/Dockerfile index 089c2beff83f..7f0985a3c920 100644 --- a/bitnami/metallb-speaker/0/debian-11/Dockerfile +++ b/bitnami/metallb-speaker/0/debian-11/Dockerfile @@ -8,15 +8,15 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip libc6 procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-speaker-0.13.2-0-linux-amd64-debian-11.tar.gz && \ - echo "ef778a8a5a67f498633340b1f2afe8ba025507009454f1fc8fbc21e68a06dccd /tmp/bitnami/pkg/cache/metallb-speaker-0.13.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/metallb-speaker-0.13.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/metallb-speaker-0.13.2-0-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-speaker-0.13.3-0-linux-amd64-debian-11.tar.gz && \ + echo "4b718efc5183939fb209f7145d0361433a570f5fd1425b6e93d42c8a45d63250 /tmp/bitnami/pkg/cache/metallb-speaker-0.13.3-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/metallb-speaker-0.13.3-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/metallb-speaker-0.13.3-0-linux-amd64-debian-11.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami -ENV APP_VERSION="0.13.2" \ +ENV APP_VERSION="0.13.3" \ BITNAMI_APP_NAME="metallb-speaker" \ PATH="/opt/bitnami/metallb-speaker/bin:$PATH" diff --git a/bitnami/metallb-speaker/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/metallb-speaker/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 48c6f0992aa8..ba20cae3a445 100644 --- a/bitnami/metallb-speaker/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/metallb-speaker/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "metallb-speaker": { "arch": "amd64", - "digest": "ef778a8a5a67f498633340b1f2afe8ba025507009454f1fc8fbc21e68a06dccd", + "digest": "4b718efc5183939fb209f7145d0361433a570f5fd1425b6e93d42c8a45d63250", "distro": "debian-11", "type": "NAMI", - "version": "0.13.2-0" + "version": "0.13.3-0" } } \ No newline at end of file diff --git a/bitnami/metallb-speaker/README.md b/bitnami/metallb-speaker/README.md index 07ab4b86b90b..1b9257893188 100644 --- a/bitnami/metallb-speaker/README.md +++ b/bitnami/metallb-speaker/README.md @@ -28,7 +28,7 @@ $ docker run --name metallb-speaker bitnami/metallb-speaker:latest Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`0`, `0-debian-11`, `0.13.2`, `0.13.2-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-speaker/blob/0.13.2-debian-11-r0/0/debian-11/Dockerfile) +* [`0`, `0-debian-11`, `0.13.3`, `0.13.3-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-speaker/blob/0.13.3-debian-11-r0/0/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/metallb-speaker GitHub repo](https://github.com/bitnami/bitnami-docker-metallb-speaker).