From 0c649fcb198d49b74df26aaa9b9aa006b2d0a537 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 30 Sep 2025 10:14:41 +0200 Subject: [PATCH] [bitnami/parse] Release 8.2.4-debian-12-r13 (#86739) Signed-off-by: Bitnami Bot --- bitnami/parse/8/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/parse/8/debian-12/Dockerfile b/bitnami/parse/8/debian-12/Dockerfile index dc3ab1179d2e..e314e45d168c 100644 --- a/bitnami/parse/8/debian-12/Dockerfile +++ b/bitnami/parse/8/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-30T00:52:10Z" \ + org.opencontainers.image.created="2025-09-30T07:55:15Z" \ 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="8.2.4" \ BITNAMI_APP_NAME="parse" \ - IMAGE_REVISION="12" \ + IMAGE_REVISION="13" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH" EXPOSE 1337 3000