From a9849206d2638e406239e696c3f042600b832846 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 29 Sep 2025 20:47:30 +0200 Subject: [PATCH] [bitnami/cypress] Release 15.3.0-debian-12-r11 (#86643) Signed-off-by: Bitnami Bot --- bitnami/cypress/15/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/cypress/15/debian-12/Dockerfile b/bitnami/cypress/15/debian-12/Dockerfile index 0bb7fe5fc8f1..16722981828c 100644 --- a/bitnami/cypress/15/debian-12/Dockerfile +++ b/bitnami/cypress/15/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-29T12:44:09Z" \ + org.opencontainers.image.created="2025-09-29T18:28:46Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cypress/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cypress" \ @@ -52,7 +52,7 @@ RUN mkdir /app && chmod g+rwX -R /app /opt/bitnami/node/cypress-cache && ln -s / ENV APP_VERSION="15.3.0" \ BITNAMI_APP_NAME="cypress" \ CYPRESS_CACHE_FOLDER="/opt/bitnami/node/cypress-cache" \ - IMAGE_REVISION="10" \ + IMAGE_REVISION="11" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/node/lib/node_modules/cypress/bin:$PATH" EXPOSE 3000