Skip to content

Commit 47149ea

Browse files
chore: release cypress 13.11.0 related docker images and update factory (#1097)
* chore: release cypress 13.11.0 related docker images and update factory * Update factory/.env Co-authored-by: Mike McCready <[email protected]> --------- Co-authored-by: Mike McCready <[email protected]>
1 parent 6fdb80d commit 47149ea

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
@@ -8,25 +8,25 @@
88
BASE_IMAGE='debian:12-slim'
99

1010
# Node Versions: https://nodejs.org/en/download/releases/
11-
FACTORY_DEFAULT_NODE_VERSION='20.13.1'
11+
FACTORY_DEFAULT_NODE_VERSION='20.14.0'
1212

1313
# Node Versions: https://nodejs.org/en/download/releases/
1414
NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}"
1515

1616
# Update this to deploy the docker factory if you make changes to factory.Dockerfile or install scripts
17-
FACTORY_VERSION='4.0.1'
17+
FACTORY_VERSION='4.0.2'
1818

1919
# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
20-
CHROME_VERSION='125.0.6422.60-1'
20+
CHROME_VERSION='125.0.6422.141-1'
2121

2222
# Cypress versions: https://www.npmjs.com/package/cypress
23-
CYPRESS_VERSION='13.10.0'
23+
CYPRESS_VERSION='13.11.0'
2424

2525
# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
26-
EDGE_VERSION='125.0.2535.51-1'
26+
EDGE_VERSION='125.0.2535.85-1'
2727

2828
# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
29-
FIREFOX_VERSION='126.0'
29+
FIREFOX_VERSION='126.0.1'
3030

3131
# Yarn versions: https://www.npmjs.com/package/yarn and
3232
# https://classic.yarnpkg.com/latest-version

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+
## 4.0.2
4+
5+
* Updated default node version from `20.13.1` to `20.14.0`. Addressed in [#1097](https://github.com/cypress-io/cypress-docker-images/pull/1097)
6+
37
## 4.0.1
48

59
* Removed obsolete environment variable `npm_config_unsafe_perm`, not used or needed in npm `v7` and later. Addressed in [#1078](https://github.com/cypress-io/cypress-docker-images/pull/1078)

0 commit comments

Comments
 (0)