Skip to content

Commit b7940c8

Browse files
authored
fix(deps): update to Node.js 24.11.1 (#1451)
Update FACTORY_VERSION to 7.0.3 FACTORY_DEFAULT_NODE_VERSION to 24.11.1 CHROME_VERSION 142.0.7444.162-1 CHROME_FOR_TESTING_VERSION 142.0.7444.162 EDGE_VERSION 142.0.3595.65-1 FIREFOX_VERSION 145.0
1 parent 4c0931c commit b7940c8

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,37 +11,37 @@ BASE_IMAGE='debian:13.1-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='24.11.0'
14+
FACTORY_DEFAULT_NODE_VERSION='24.11.1'
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='7.0.2'
21+
FACTORY_VERSION='7.0.3'
2222

2323
# Cypress officially supports the latest 3 major versions of Chrome, Firefox, and Edge only
2424

2525
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
2626
# Linux/amd64 only
2727
# Earlier versions of Google Chrome may no longer be available from http://dl.google.com
28-
CHROME_VERSION='142.0.7444.59-1'
28+
CHROME_VERSION='142.0.7444.162-1'
2929

3030
# Chrome for Testing versions: https://googlechromelabs.github.io/chrome-for-testing/
3131
# not currently used for cypress/browsers and cypress/included images
3232
# Linux/amd64 only
33-
CHROME_FOR_TESTING_VERSION='142.0.7444.59'
33+
CHROME_FOR_TESTING_VERSION='142.0.7444.162'
3434

3535
# Cypress versions: https://www.npmjs.com/package/cypress
3636
CYPRESS_VERSION='15.6.0'
3737

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='142.0.3595.53-1'
40+
EDGE_VERSION='142.0.3595.65-1'
4141

4242
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
4343
# Linux/amd64 for all versions, Linux/arm64 for versions 136.0 and above
44-
FIREFOX_VERSION='144.0.2'
44+
FIREFOX_VERSION='145.0'
4545

4646
# Geckodriver versions: https://github.com/mozilla/geckodriver/releases
4747
# 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+
## 7.0.3
4+
5+
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `24.11.0` to `24.11.1`. Addressed in [#1451](https://github.com/cypress-io/cypress-docker-images/pull/1451).
6+
37
## 7.0.2
48

59
- Fixed Geckodriver installation script logic for Geckodriver versions > `0.99.x`. Addresses [#1444](https://github.com/cypress-io/cypress-docker-images/issues/1444).

0 commit comments

Comments
 (0)