2.31.0-debian-10-r38 release
This commit is contained in:
parent
fa7b54e24a
commit
14ab4c94bc
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue