Skip to content

Commit

Permalink
fix: update cypress/factory to Debian 12.6 (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 8, 2024
1 parent b9a2290 commit e9615f9
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 @@ -4,7 +4,7 @@
## Follow the instructions in the CONTRIBUTING document and work instead in a feature branch.

# The Debian image cypress/factory is based on
BASE_IMAGE='debian:12-slim'
BASE_IMAGE='debian:12.6-slim'

# Node Versions: https://nodejs.org/en/download/releases/
FACTORY_DEFAULT_NODE_VERSION='20.14.0'
Expand All @@ -14,7 +14,7 @@ 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='4.0.2'
FACTORY_VERSION='4.0.3'

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

## 4.0.3

* Updated Debian base to `debian:12.6-slim` using [Debian 12.6](https://www.debian.org/News/2024/20240629), released June 29th, 2024. Addresses [#1137](https://github.com/cypress-io/cypress-docker-images/issues/1137)

## 4.0.2

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

0 comments on commit e9615f9

Please sign in to comment.