1.20.1-debian-10-r10 release

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