From 85fe268875298b25b2e63d811d22b8b4eeb8c742 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 28 Nov 2025 22:10:00 +0100 Subject: [PATCH] Update stable base image version to 1.4.9 Prepare for stable bump next month by already bumping the base image version(otherwise we will forget) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e19275b5..719b33fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ on: env: PYTHON_VERSION: "3.12" - BASE_IMAGE_VERSION_STABLE: "1.3.1" + BASE_IMAGE_VERSION_STABLE: "1.4.9" BASE_IMAGE_VERSION_BETA: "1.4.9" BASE_IMAGE_VERSION_NIGHTLY: "1.4.9" -- 2.34.1