From 14ab4c94bc7f5cc76c7316e7f7e19ee27770aa6f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 23 Mar 2022 03:57:10 +0000 Subject: [PATCH] 2.31.0-debian-10-r38 release --- bitnami/dex/2/debian-10/Dockerfile | 5 +++-- bitnami/dex/README.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bitnami/dex/2/debian-10/Dockerfile b/bitnami/dex/2/debian-10/Dockerfile index a8f69c8679e3..4eda12360ec7 100644 --- a/bitnami/dex/2/debian-10/Dockerfile +++ b/bitnami/dex/2/debian-10/Dockerfile @@ -17,8 +17,9 @@ RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN useradd -r -u 1001 -g root dex -ENV BITNAMI_APP_NAME="dex" \ - BITNAMI_IMAGE_VERSION="2.31.0-debian-10-r37" \ +ENV APP_VERSION="2.31.0" \ + BITNAMI_APP_NAME="dex" \ + BITNAMI_IMAGE_VERSION="2.31.0-debian-10-r38" \ DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \ PATH="/opt/bitnami/dex/bin:$PATH" diff --git a/bitnami/dex/README.md b/bitnami/dex/README.md index c3221ba21003..b84988e4c2ea 100644 --- a/bitnami/dex/README.md +++ b/bitnami/dex/README.md @@ -38,7 +38,7 @@ $ docker-compose up -d Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2`, `2-debian-10`, `2.31.0`, `2.31.0-debian-10-r37`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.31.0-debian-10-r37/2/debian-10/ Dockerfile) +* [`2`, `2-debian-10`, `2.31.0`, `2.31.0-debian-10-r38`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.31.0-debian-10-r38/2/debian-10/ Dockerfile) Subscribe to project updates by watching the [bitnami/dex GitHub repo](https://github.com/bitnami/bitnami-docker-dex). @@ -125,7 +125,7 @@ If you encountered a problem running this container, you can file an [issue](htt - Host OS and version - Docker version (`docker version`) - Output of `docker info` -- Version of this container (`echo $BITNAMI_IMAGE_VERSION` inside the container) +- Version of this container - The command you used to run the container, and any relevant output you saw (masking any sensitive information)