Skip to content

Commit

Permalink
chore: update factory to node 20.13.0 and add missing GPG key
Browse files Browse the repository at this point in the history
also bump factory to v3.5.5
  • Loading branch information
jahusa02 authored and Achtelik, René committed May 8, 2024
1 parent 56955c2 commit f20564e
Show file tree
Hide file tree
Showing 3 changed files with 7 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.12.2'
FACTORY_DEFAULT_NODE_VERSION='20.13.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.5.4'
FACTORY_VERSION='3.5.5'

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

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

## 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)
Expand Down
1 change: 1 addition & 0 deletions factory/installScripts/node/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ARCH= && dpkgArch="$(dpkg --print-architecture)" \
74F12602B6F1C4E913FAA37AD3A89613643B6201 \
DD792F5973C6DE52C432CBDAC77ABFA00DDBF2B7 \
61FC681DFB92A079F1685E77973F295594EC4689 \
CC68F5A3106FF448322E48ED27F5E38D5B0A215F \
8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600 \
C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8 \
890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4 \
Expand Down

0 comments on commit f20564e

Please sign in to comment.