Skip to content

Commit 1b3d0f3

Browse files
committed
feat: update to Debian 12.8 (bookworm)
1 parent 887c692 commit 1b3d0f3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

factory/.env

+2-2
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.7-slim'
9+
BASE_IMAGE='debian:12.8-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.0.0'
21+
FACTORY_VERSION='5.1.0'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
CHROME_VERSION='131.0.6778.69-1'

factory/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Change log
22

3+
## 5.1.0
4+
5+
- Updated Debian base to `debian:12.8-slim` using [Debian 12.8](https://www.debian.org/News/2024/20241109), released on Nov 9, 2024. Addresses [#1252](https://github.com/cypress-io/cypress-docker-images/issues/1252).
6+
37
## 5.0.0
48

5-
- Updated default node version from `20.18.0` (`Iron` - Maintenance LTS) to `22.11.0` (`Jod` - Active LTS) - see [Blog v22.11.0](https://nodejs.org/en/blog/release/v22.11.0). Addresses [#1239]https://github.com/cypress-io/cypress-docker-images/issues/1239).
9+
- Updated default node version from `20.18.0` (`Iron` - Maintenance LTS) to `22.11.0` (`Jod` - Active LTS) - see [Blog v22.11.0](https://nodejs.org/en/blog/release/v22.11.0). Addresses [#1239](https://github.com/cypress-io/cypress-docker-images/issues/1239).
610

711
## 4.3.0
812

0 commit comments

Comments
 (0)