Skip to content

Commit 10b3a8a

Browse files
committed
feat: update to Debian 12.11 (bookworm)
1 parent d7665e4 commit 10b3a8a

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.10-slim'
9+
BASE_IMAGE='debian:12.11-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.9.0'
21+
FACTORY_VERSION='5.10.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.10.0
4+
5+
- Updated Debian base image to `debian:12.11-slim` using [Debian 12.11](https://www.debian.org/News/2025/20250517), released on May 17, 2025. Addresses [#1352](https://github.com/cypress-io/cypress-docker-images/issues/1352).
6+
37
## 5.9.0
48

59
- Added ability to install geckodriver with `GECKODRIVER_VERSION`. Addresses [#1351](https://github.com/cypress-io/cypress-docker-images/issues/1351).

0 commit comments

Comments
 (0)