Skip to content

Commit 88d3c44

Browse files
committed
Merge branch 'master' into docs/alternate-versions-update
2 parents d857d36 + 9ba52cf commit 88d3c44

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

factory/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ 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='22.20.0'
14+
FACTORY_DEFAULT_NODE_VERSION='22.21.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.1.1'
21+
FACTORY_VERSION='6.1.2'
2222

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

@@ -37,7 +37,7 @@ CYPRESS_VERSION='15.5.0'
3737

3838
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
3939
# Linux/amd64 only
40-
EDGE_VERSION='141.0.3537.85-1'
40+
EDGE_VERSION='141.0.3537.92-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

factory/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Change log
22

3+
## 6.1.2
4+
5+
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `22.20.0` to `22.21.0`. Addressed in [#1437](https://github.com/cypress-io/cypress-docker-images/pull/1437).
6+
37
## 6.1.1
48

5-
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `22.19.0` to `22.20.0`. Addressed in [#1425](https://github.com/cypress-io/cypress-docker-images/pull/1425)
9+
- Updated `FACTORY_DEFAULT_NODE_VERSION` from `22.19.0` to `22.20.0`. Addressed in [#1425](https://github.com/cypress-io/cypress-docker-images/pull/1425).
610

711
## 6.1.0
812

0 commit comments

Comments
 (0)