Skip to content

Commit

Permalink
feat: update to Debian 12.7 (bookworm) (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 10, 2024
1 parent 6545662 commit dc421e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions factory/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
## If you wish to release Docker image(s) with alternate (i.e. non-primary) versions, do not modify this file in the master branch.
## Follow the instructions in the CONTRIBUTING document for alternate versions and work instead in a feature branch.

# Use Debian stable release https://www.debian.org/releases/stable/
# The Debian image cypress/factory is based on
BASE_IMAGE='debian:12.6-slim'
BASE_IMAGE='debian:12.7-slim'

# Node Versions: https://nodejs.org/en/download/releases/
# master branch needs "Active LTS" version
Expand All @@ -17,7 +18,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.1.1'
FACTORY_VERSION='4.2.0'

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

- Updated Debian base to `debian:12.7-slim` using [Debian 12.7](https://www.debian.org/News/2024/20240831), released on Aug 31, 2024. Addresses [#1207](https://github.com/cypress-io/cypress-docker-images/issues/1207)

## 4.1.1

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

0 comments on commit dc421e7

Please sign in to comment.