1.20.2-debian-10-r28 release

This commit is contained in:
Bitnami Bot
2022-03-22 20:44:04 +00:00
parent 86d3c5c2f3
commit 74f07f07fd
2 changed files with 4 additions and 3 deletions

View File

@@ -17,8 +17,9 @@ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="envoy" \
BITNAMI_IMAGE_VERSION="1.20.2-debian-10-r27" \
ENV APP_VERSION="1.20.2" \
BITNAMI_APP_NAME="envoy" \
BITNAMI_IMAGE_VERSION="1.20.2-debian-10-r28" \
PATH="/opt/bitnami/envoy/bin:$PATH"
USER 1001