From 4a1a65118f1565e10e0708e9290a37ffa35c5fda Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 19 Dec 2025 19:40:34 +0100 Subject: [PATCH] [bitnami/parse] Release 9.1.1-debian-12-r2 (#89138) Signed-off-by: Bitnami Bot --- bitnami/parse/9/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/parse/9/debian-12/Dockerfile b/bitnami/parse/9/debian-12/Dockerfile index 714bc8ea7646..4e811a6a2e5f 100644 --- a/bitnami/parse/9/debian-12/Dockerfile +++ b/bitnami/parse/9/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-12-19T12:44:55Z" \ + org.opencontainers.image.created="2025-12-19T18:22:09Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/parse/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse" \ @@ -52,7 +52,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/parse/postunpack.sh ENV APP_VERSION="9.1.1" \ BITNAMI_APP_NAME="parse" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH" EXPOSE 1337 3000