diff --git a/bitnami/dex/2/debian-12/Dockerfile b/bitnami/dex/2/debian-12/Dockerfile index de2065b7f086..c44fa836b45e 100644 --- a/bitnami/dex/2/debian-12/Dockerfile +++ b/bitnami/dex/2/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-07-07T22:55:33Z" \ + org.opencontainers.image.created="2026-07-12T12:29:20Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dex/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dex" \ @@ -47,7 +47,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true ENV APP_VERSION="2.45.1" \ BITNAMI_APP_NAME="dex" \ DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \ - IMAGE_REVISION="11" \ + IMAGE_REVISION="12" \ PATH="/opt/bitnami/dex/bin:$PATH" USER 1001