Skip to content

Commit 9b8ffb3

Browse files
authored
feat: update to Debian 12.10 (bookworm) (#1325)
1 parent 88cda39 commit 9b8ffb3

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:12.9-slim'
9+
BASE_IMAGE='debian:12.10-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='5.7.0'
21+
FACTORY_VERSION='5.8.0'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
# Linux/amd64 only

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+
## 5.8.0
4+
5+
- Updated Debian base to `debian:12.10-slim` using [Debian 12.10](https://www.debian.org/News/2025/20250315), released on Mar 15, 2025. Addresses [#1324](https://github.com/cypress-io/cypress-docker-images/issues/1324).
6+
37
## 5.7.0
48

59
- Show user-friendly error message if Yarn Modern (`YARN_VERSION>=2`) specified for factory build. Addresses [#1317](https://github.com/cypress-io/cypress-docker-images/issues/1317).

0 commit comments

Comments
 (0)