0.9.3-debian-10-r179 release

This commit is contained in:
Bitnami Bot
2020-10-06 21:37:44 +00:00
parent cb9fbc4b03
commit a4147e5e1e
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="metallb-controller" \
BITNAMI_IMAGE_VERSION="0.9.3-debian-10-r178" \
BITNAMI_IMAGE_VERSION="0.9.3-debian-10-r179" \
PATH="/opt/bitnami/metallb-controller/bin:$PATH"
USER 1001