1.20.1-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2022-03-08 02:54:53 +00:00
parent dde95a147d
commit 986a2ad760
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-r10" \
BITNAMI_IMAGE_VERSION="1.20.1-debian-10-r11" \
PATH="/opt/bitnami/contour/bin:$PATH"
USER 1001