Skip to content

Commit b0808c6

Browse files
authored
feat: update BASE_IMAGE to debian:13.2-slim (trixie) (#1452)
Update also FACTORY_VERSION to 7.1.0
1 parent b7940c8 commit b0808c6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

factory/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Use Debian stable release https://www.debian.org/releases/stable/
88
# The Debian image cypress/factory is based on
9-
BASE_IMAGE='debian:13.1-slim'
9+
BASE_IMAGE='debian:13.2-slim'
1010

1111
# Node Versions: https://nodejs.org/en/download/releases/
1212
# master branch needs "Active LTS" version
@@ -18,7 +18,7 @@ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
1818

1919
# Update the FACTORY_VERSION to deploy cypress/factory if you make changes to
2020
# BASE_IMAGE, FACTORY_DEFAULT_NODE_VERSION, YARN_VERSION, factory.Dockerfile or installScripts
21-
FACTORY_VERSION='7.0.3'
21+
FACTORY_VERSION='7.1.0'
2222

2323
# Cypress officially supports the latest 3 major versions of Chrome, Firefox, and Edge only
2424

factory/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 7.1.0
4+
5+
- Updated Debian `BASE_IMAGE` from `debian:13.1-slim` to `debian:13.2-slim` using [Debian 13.2 (trixie)](https://www.debian.org/releases/trixie/). Addressed in [#1452](https://github.com/cypress-io/cypress-docker-images/issues/1452).
6+
37
## 7.0.3
48

59
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `24.11.0` to `24.11.1`. Addressed in [#1451](https://github.com/cypress-io/cypress-docker-images/pull/1451).

0 commit comments

Comments
 (0)