diff --git a/bitnami/dex/2/debian-11/Dockerfile b/bitnami/dex/2/debian-11/Dockerfile index 14edf94294f5..36a43fc278d3 100644 --- a/bitnami/dex/2/debian-11/Dockerfile +++ b/bitnami/dex/2/debian-11/Dockerfile @@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-03-13T20:57:17Z" \ + org.opencontainers.image.created="2023-03-18T21:16:10Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="2.35.3-debian-11-r52" \ + org.opencontainers.image.ref.name="2.35.3-debian-11-r53" \ org.opencontainers.image.title="dex" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="2.35.3" @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl procps RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "dex-2.35.3-2-linux-${OS_ARCH}-debian-11" \ + "dex-2.35.3-3-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/dex/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/dex/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 241c4f28007c..298973300400 100644 --- a/bitnami/dex/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/dex/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "dex": { "arch": "amd64", - "digest": "89251b62729cd357a1314e005085b53548b0c4c63ae061d23a3663cc5f4fb702", + "digest": "de4c271dd76da0897e3aef38f5d6a2a3cc7aea48f049515ef467301fbc350938", "distro": "debian-11", "type": "NAMI", - "version": "2.35.3-2" + "version": "2.35.3-3" } } \ No newline at end of file diff --git a/bitnami/dex/README.md b/bitnami/dex/README.md index fb248d49ee3c..cfde1d451bcf 100644 --- a/bitnami/dex/README.md +++ b/bitnami/dex/README.md @@ -5,7 +5,6 @@ > Dex is an identity provider for applications. It is based on the OpenID Connect standard. [Overview of Dex](https://dexidp.io/) - Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR