1.20.1-debian-10-r14 release

This commit is contained in:
Bitnami Bot
2022-03-10 07:47:56 +00:00
parent 85e8a898d2
commit b4baf7b0bc
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-r13" \
BITNAMI_IMAGE_VERSION="1.20.1-debian-10-r14" \
PATH="/opt/bitnami/contour/bin:$PATH"
USER 1001