0.11.0-debian-10-r54 release

This commit is contained in:
Bitnami Bot
2021-12-26 17:15:41 +00:00
parent f21d825c42
commit c95cf5dae3
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="metallb-controller" \
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r53" \
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r54" \
PATH="/opt/bitnami/metallb/bin:$PATH"
USER 1001