1.18.4-debian-10-r126 release

This commit is contained in:
Bitnami Bot
2021-12-31 23:11:26 +00:00
parent a2adb6abe8
commit 970609ca42
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="envoy" \
BITNAMI_IMAGE_VERSION="1.18.4-debian-10-r125" \
BITNAMI_IMAGE_VERSION="1.18.4-debian-10-r126" \
PATH="/opt/bitnami/envoy/bin:$PATH"
USER 1001