[bitnami/cypress] Release 15.4.0-debian-12-r11 (#87739)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-17 03:31:44 +02:00
committed by GitHub
parent d0045e24c9
commit 0dd99afe41

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="2025-10-16T18:18:48Z" \
org.opencontainers.image.created="2025-10-17T00:18:39Z" \
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.4.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