Skip to content

Commit

Permalink
feat: release 13.7.1 (#1025)
Browse files Browse the repository at this point in the history
* chore: update browsers and cypress to latest

* feat: update default node version to latest patch 20.11.1
  • Loading branch information
AtofStryker authored Mar 21, 2024
1 parent 2d06f18 commit 0569cf7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
BASE_IMAGE='debian:bullseye-slim'

# Node Versions: https://nodejs.org/en/download/releases/
FACTORY_DEFAULT_NODE_VERSION='20.11.0'
FACTORY_DEFAULT_NODE_VERSION='20.11.1'

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

# Update this to deploy the docker factory if you make changes to factory.Dockerfile or install scripts
FACTORY_VERSION='3.5.1'
FACTORY_VERSION='3.5.2'

# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
CHROME_VERSION='121.0.6167.184-1'
CHROME_VERSION='123.0.6312.58-1'

# Cypress versions: https://www.npmjs.com/package/cypress
CYPRESS_VERSION='13.7.0'
CYPRESS_VERSION='13.7.1'

# Edge versions: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/
EDGE_VERSION='121.0.2277.128-1'
EDGE_VERSION='122.0.2365.92-1'

# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
FIREFOX_VERSION='123.0'
FIREFOX_VERSION='124.0'

# Yarn versions: https://www.npmjs.com/package/yarn
YARN_VERSION='1.22.19'
Expand Down
4 changes: 4 additions & 0 deletions factory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 3.5.2

* Updated default node version from `20.11.0` to `20.11.1`. Addressed in [#1025](https://github.com/cypress-io/cypress-docker-images/pull/1025)

## 3.5.1

* Added `unzip` to factory. Addressed in [#1015](https://github.com/cypress-io/cypress-docker-images/pull/1015)
Expand Down

0 comments on commit 0569cf7

Please sign in to comment.