Skip to content

Conversation

MikeMcC399
Copy link
Collaborator

Situation

Cypress Docker images built from factory/.env currently use BASE_IMAGE='debian:13.0-slim'. Debian 13.1 (trixie), which was released on Sep 6, 2025, supersedes Debian 13.0 (trixie).

Change

Update the base image for cypress/factory to use Debian 13.1 (trixie).

In detail, the environment variables in factory/.env that control the default build process, are updated as follows:

REVISE!!

Environment variable Before After
BASE_IMAGE debian:13.0-slim debian:13.1-slim
FACTORY_VERSION 6.0.2 6.1.0
FACTORY_DEFAULT_NODE_VERSION 22.19.0 no change

no browser version changes

@cypress-app-bot
Copy link

@MikeMcC399

This comment was marked as outdated.

Update
BASE_IMAGE to debian:13.1-slim
FACTORY_VERSION to 6.1.0
@MikeMcC399

This comment was marked as outdated.

@MikeMcC399 MikeMcC399 marked this pull request as ready for review September 10, 2025 09:55
@MikeMcC399

This comment was marked as resolved.

@AtofStryker AtofStryker merged commit cce1ad3 into cypress-io:master Sep 12, 2025
49 checks passed
@MikeMcC399 MikeMcC399 deleted the update/debian branch September 12, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update cypress/factory to latest Debian stable release (13.1 - trixie)

4 participants