Skip to content

Commit ac30bf6

Browse files
authored
fix(deps): update to Node.js 22.19.0 (#1408)
Update FACTORY_VERSION to 6.0.1 FACTORY_DEFAULT_NODE_VERSION to 22.19.0 CHROME_VERSION 139.0.7258.154-1 CHROME_FOR_TESTING_VERSION 139.0.7258.154 EDGE_VERSION 139.0.3405.125-1 FIREFOX_VERSION 142.0.1
1 parent 076e645 commit ac30bf6

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

factory/.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,34 @@ BASE_IMAGE='debian:13.0-slim'
1111
# Node Versions: https://nodejs.org/en/download/releases/
1212
# master branch needs "Active LTS" version
1313
# use feature branch for "Maintenance LTS" or "Current" versions
14-
FACTORY_DEFAULT_NODE_VERSION='22.18.0'
14+
FACTORY_DEFAULT_NODE_VERSION='22.19.0'
1515

1616
# Node Versions: https://nodejs.org/en/download/releases/
1717
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='6.0.0'
21+
FACTORY_VERSION='6.0.1'
2222

2323
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2424
# Linux/amd64 only
25-
CHROME_VERSION='139.0.7258.138-1'
25+
CHROME_VERSION='139.0.7258.154-1'
2626

2727
# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
2828
# not currently used for cypress/browsers and cypress/included images
2929
# Linux/amd64 only
30-
CHROME_FOR_TESTING_VERSION='139.0.7258.138'
30+
CHROME_FOR_TESTING_VERSION='139.0.7258.154'
3131

3232
# Cypress versions: https://www.npmjs.com/package/cypress
3333
CYPRESS_VERSION='15.0.0'
3434

3535
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3636
# Linux/amd64 only
37-
EDGE_VERSION='139.0.3405.102-1'
37+
EDGE_VERSION='139.0.3405.125-1'
3838

3939
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
4040
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
41-
FIREFOX_VERSION='142.0'
41+
FIREFOX_VERSION='142.0.1'
4242

4343
# Geckodriver versions: https://github.com/mozilla/geckodriver/releases
4444
# Geckodriver documentation: https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html

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+
## 6.0.1
4+
5+
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `22.18.0` to `22.19.0`. Addressed in [#1408](https://github.com/cypress-io/cypress-docker-images/pull/1408).
6+
37
## 6.0.0
48

59
- Updated Debian base image from `debian:12.11-slim` to `debian:13.0-slim` using [Debian 13.0 (trixie)](https://www.debian.org/releases/trixie/). Addressed in [#1396](https://github.com/cypress-io/cypress-docker-images/pull/1396).

0 commit comments

Comments
 (0)