From c4d36ad19a55e18beb35639977a7923dd20daec9 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:41:17 +0100 Subject: [PATCH] feat: update to Debian 12.9 (bookworm) (#1284) --- factory/.env | 4 ++-- factory/CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/factory/.env b/factory/.env index ca2266eaf7..f579406cc0 100644 --- a/factory/.env +++ b/factory/.env @@ -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 @@ -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' diff --git a/factory/CHANGELOG.md b/factory/CHANGELOG.md index 9151bbbb48..44cca415d3 100644 --- a/factory/CHANGELOG.md +++ b/factory/CHANGELOG.md @@ -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).