Bump base image to 1.4.3
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 20:40:22 +0000 (21:40 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Oct 2025 20:40:22 +0000 (21:40 +0100)
.github/workflows/release.yml

index be3d6b2d9d50555e946ded603c73892638669048..d9230c9d65aa27132fb21173f652a228bb52cb84 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.2"
-  BASE_IMAGE_VERSION_NIGHTLY: "1.4.2"
+  BASE_IMAGE_VERSION_BETA: "1.4.3"
+  BASE_IMAGE_VERSION_NIGHTLY: "1.4.3"
 
 jobs:
   preflight-checks: