Skip to content

Commit

Permalink
chore: image for node 20.10.0 (#999)
Browse files Browse the repository at this point in the history
* chore: update to node 20.10.0

* chore: bump factory version to 3.4.0 and update CHANGELOG
  • Loading branch information
dankreiger authored Dec 14, 2023
1 parent b87fde1 commit 0b69b7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
BASE_IMAGE='debian:bullseye-slim'

# Node Versions: https://nodejs.org/en/download/releases/
FACTORY_DEFAULT_NODE_VERSION='20.9.0'
FACTORY_DEFAULT_NODE_VERSION='20.10.0'

# 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.3.0'
FACTORY_VERSION='3.4.0'

# Chrome versions: https://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable
CHROME_VERSION='118.0.5993.88-1'
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.4.0

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

## 3.3.0
* **Fixed:** Issue with temporary file cleanup due to extra character in temp Debian package file path. Addressed in [#998](https://github.com/cypress-io/cypress-docker-images/pull/998)

Expand Down

0 comments on commit 0b69b7d

Please sign in to comment.