7.2.1-debian-10-r89 release

This commit is contained in:
Bitnami Bot
2022-03-23 12:19:56 +00:00
parent cdfaa0ce63
commit 388d72acc9
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="oauth2-proxy" \
BITNAMI_IMAGE_VERSION="7.2.1-debian-10-r88" \
ENV APP_VERSION="7.2.1" \
BITNAMI_APP_NAME="oauth2-proxy" \
BITNAMI_IMAGE_VERSION="7.2.1-debian-10-r89" \
PATH="/opt/bitnami/oauth2-proxy/bin:$PATH"
EXPOSE 4180 8080