Skip to content

Commit ed5c873

Browse files
authored
fix(deps): update to Node.js 24.13.0 (#1463)
Update FACTORY_VERSION to 7.2.1 FACTORY_DEFAULT_NODE_VERSION to 24.13.0 CHROME_VERSION 143.0.7499.192-1 CHROME_FOR_TESTING_VERSION 143.0.7499.192 EDGE_VERSION 143.0.3650.139-1 FIREFOX_VERSION 147.0
1 parent ddc5f0f commit ed5c873

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.3-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.12.0'
14+
FACTORY_DEFAULT_NODE_VERSION='24.13.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='7.2.0'
21+
FACTORY_VERSION='7.2.1'
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='143.0.7499.169-1'
28+
CHROME_VERSION='143.0.7499.192-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='143.0.7499.169'
33+
CHROME_FOR_TESTING_VERSION='143.0.7499.192'
3434

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

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='143.0.3650.96-1'
40+
EDGE_VERSION='143.0.3650.139-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='146.0.1'
44+
FIREFOX_VERSION='147.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.2.1
4+
5+
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `24.12.0` to `24.13.0`. Addressed in [#1463](https://github.com/cypress-io/cypress-docker-images/pull/1463).
6+
37
## 7.2.0
48

59
- Updated Debian `BASE_IMAGE` from `debian:13.2-slim` to `debian:13.3-slim` using [Debian 13.3 (trixie)](https://www.debian.org/releases/trixie/). Addressed in [#1462](https://github.com/cypress-io/cypress-docker-images/issues/1462).

0 commit comments

Comments
 (0)