[bitnami/jwt-cli] Release 6.2.0-debian-12-r22 (#89516)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-11 09:15:23 +01:00
committed by GitHub
parent 551219e4d9
commit f5bb806873

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="2026-01-05T03:01:51Z" \
org.opencontainers.image.created="2026-01-11T08:06:20Z" \
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="21" \
IMAGE_REVISION="22" \
PATH="/opt/bitnami/jwt-cli/bin:$PATH"
USER 1001