1.20.1-debian-10-r17 release

This commit is contained in:
Bitnami Bot
2022-03-13 09:02:52 +00:00
parent 14204967f5
commit 2c508d2f0a
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
RUN ln -s /opt/bitnami/contour/bin/contour /bin/contour
ENV BITNAMI_APP_NAME="contour" \
BITNAMI_IMAGE_VERSION="1.20.1-debian-10-r16" \
BITNAMI_IMAGE_VERSION="1.20.1-debian-10-r17" \
PATH="/opt/bitnami/contour/bin:$PATH"
USER 1001