[bitnami/jwt-cli] Release 6.2.0-debian-12-r20 (#88863)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-12-06 03:58:35 +01:00 committed by GitHub
parent 7bef04ea7c
commit b3e3b28f1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-11-06T02:34:26Z" \
org.opencontainers.image.created="2025-12-06T02:49:56Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jwt-cli/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jwt-cli" \
@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="6.2.0" \
BITNAMI_APP_NAME="jwt-cli" \
IMAGE_REVISION="19" \
IMAGE_REVISION="20" \
PATH="/opt/bitnami/jwt-cli/bin:$PATH"
USER 1001