diff --git a/factory/.env b/factory/.env index c2b325efe3..e100d1bda4 100644 --- a/factory/.env +++ b/factory/.env @@ -11,14 +11,14 @@ BASE_IMAGE='debian:12.11-slim' # Node Versions: https://nodejs.org/en/download/releases/ # master branch needs "Active LTS" version # use feature branch for "Maintenance LTS" or "Current" versions -FACTORY_DEFAULT_NODE_VERSION='22.17.0' +FACTORY_DEFAULT_NODE_VERSION='22.17.1' # Node Versions: https://nodejs.org/en/download/releases/ NODE_VERSION="${FACTORY_DEFAULT_NODE_VERSION}" # Update the FACTORY_VERSION to deploy cypress/factory if you make changes to # BASE_IMAGE, FACTORY_DEFAULT_NODE_VERSION, YARN_VERSION, factory.Dockerfile or installScripts -FACTORY_VERSION='5.11.3' +FACTORY_VERSION='5.11.4' # Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable # Linux/amd64 only diff --git a/factory/CHANGELOG.md b/factory/CHANGELOG.md index 11c7dfec69..afb162b5dc 100644 --- a/factory/CHANGELOG.md +++ b/factory/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 5.11.4 + +- Updated default node version from `22.17.0` to `22.17.1`. Addressed in [#1384](https://github.com/cypress-io/cypress-docker-images/pull/1384). + ## 5.11.3 - Implement PGP key import checks for Node.js and restore the keyserver order to use hkps://keys.openpgp.org first with fallback to keyserver.ubuntu.com. Addressed in [#1380](https://github.com/cypress-io/cypress-docker-images/issues/1380).