bump base image to 1.2.2 for beta
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 15 Jan 2025 00:59:37 +0000 (01:59 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2025 00:59:37 +0000 (01:59 +0100)
.github/workflows/release.yml

index 24e826ac8b34b51d3e78ce484974d2d3ea9afc9d..546f708d049ac6b41532fb53403648e9a2c19653 100644 (file)
@@ -7,7 +7,7 @@ on:
 env:
   PYTHON_VERSION: "3.12"
   BASE_IMAGE_VERSION_STABLE: "1.1.2"
-  BASE_IMAGE_VERSION_BETA: "1.2.1"
+  BASE_IMAGE_VERSION_BETA: "1.2.2"
 
 jobs:
   build-artifact: