Skip to content

Commit

Permalink
chore: release 13.7.3 and update factory versions to latest (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker authored Apr 11, 2024
1 parent 784bac4 commit b098a46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
BASE_IMAGE='debian:bullseye-slim'

# Node Versions: https://nodejs.org/en/download/releases/
FACTORY_DEFAULT_NODE_VERSION='20.12.0'
FACTORY_DEFAULT_NODE_VERSION='20.12.2'

# 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.3'
FACTORY_VERSION='3.5.4'

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

# Cypress versions: https://www.npmjs.com/package/cypress
CYPRESS_VERSION='13.7.2'
CYPRESS_VERSION='13.7.3'

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

# Firefox versions: https://download-installer.cdn.mozilla.net/pub/firefox/releases/
FIREFOX_VERSION='124.0.2'
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.4

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

## 3.5.3

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

0 comments on commit b098a46

Please sign in to comment.