From 40efb05011a2c77e67850abf5b41a5cb1b9f9d38 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 28 Sep 2025 09:04:44 +0200 Subject: [PATCH] [bitnami/parse-dashboard] Release 7.4.0-debian-12-r6 (#86498) Signed-off-by: Bitnami Bot --- bitnami/parse-dashboard/7/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/parse-dashboard/7/debian-12/Dockerfile b/bitnami/parse-dashboard/7/debian-12/Dockerfile index c681a1b1734d..bf1581b87f24 100644 --- a/bitnami/parse-dashboard/7/debian-12/Dockerfile +++ b/bitnami/parse-dashboard/7/debian-12/Dockerfile @@ -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-09-28T00:58:07Z" \ + org.opencontainers.image.created="2025-09-28T06:43:05Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard" \ @@ -51,7 +51,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh ENV APP_VERSION="7.4.0" \ BITNAMI_APP_NAME="parse-dashboard" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="6" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:$PATH" EXPOSE 3000 4040