Skip to content

Commit

Permalink
feat: update to Debian 12.9 (bookworm) (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jan 17, 2025
1 parent b41d6b5 commit c4d36ad
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 @@ -6,7 +6,7 @@

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

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

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

## 5.2.0

- Updated Debian base to `debian:12.9-slim` using [Debian 12.9](https://www.debian.org/News/2025/20250111), released on Jan 11, 2025. Addresses [#1282](https://github.com/cypress-io/cypress-docker-images/issues/1282).

## 5.1.2

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

0 comments on commit c4d36ad

Please sign in to comment.