Bump base image to 1.4.4
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 28 Oct 2025 00:24:57 +0000 (01:24 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 28 Oct 2025 00:24:57 +0000 (01:24 +0100)
.github/workflows/release.yml

index 1314ffe6c962cfaa06326537efe0635d1128fb02..84507c79197b121c6e6d45f790e6c526ef9e7a38 100644 (file)
@@ -34,8 +34,8 @@ on:
 env:
   PYTHON_VERSION: "3.12"
   BASE_IMAGE_VERSION_STABLE: "1.3.1"
-  BASE_IMAGE_VERSION_BETA: "1.4.3"
-  BASE_IMAGE_VERSION_NIGHTLY: "1.4.3"
+  BASE_IMAGE_VERSION_BETA: "1.4.4"
+  BASE_IMAGE_VERSION_NIGHTLY: "1.4.4"
 
 jobs:
   preflight-checks: