Skip to content

Commit 08b8bfd

Browse files
authored
fix(deps): update to Node.js 22.17.0 (#1374)
Update FACTORY_VERSION to 5.11.1 FACTORY_DEFAULT_NODE_VERSION to 22.17.0 CHROME_VERSION to 138.0.7204.49-1 EDGE_VERSION to 137.0.3296.93-1 FIREFOX_VERSION to 140.0
1 parent 8690fc2 commit 08b8bfd

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:12.11-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.16.0'
14+
FACTORY_DEFAULT_NODE_VERSION='22.17.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='5.11.0'
21+
FACTORY_VERSION='5.11.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='137.0.7151.119-1'
25+
CHROME_VERSION='138.0.7204.49-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='137.0.7151.119'
30+
CHROME_FOR_TESTING_VERSION='138.0.7204.49'
3131

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

3535
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3636
# Linux/amd64 only
37-
EDGE_VERSION='137.0.3296.62-1'
37+
EDGE_VERSION='137.0.3296.93-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='139.0.4'
41+
FIREFOX_VERSION='140.0'
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+
## 5.11.1
4+
5+
- Updated default node version from `22.16.0` to `22.17.0`. Addressed in [#1374](https://github.com/cypress-io/cypress-docker-images/pull/1374).
6+
37
## 5.11.0
48

59
- Added ability to install Google [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) with `CHROME_FOR_TESTING_VERSION`. Addresses [#1367](https://github.com/cypress-io/cypress-docker-images/issues/1367).

0 commit comments

Comments
 (0)