Bump base image to 1.0.10 (#1680)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 20:18:14 +0000 (22:18 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 20:18:14 +0000 (22:18 +0200)
Bump base image (should support permission error when running as non-root)

.github/workflows/release.yml

index 28ca713e29c25af16cc8c6da9e58eda7f51dcd48..adaeb6e56161800cb63ec890ce2bf5371dd07216 100644 (file)
@@ -6,8 +6,8 @@ on:
 
 env:
   PYTHON_VERSION: "3.11"
-  BASE_IMAGE_VERSION_STABLE: "1.0.0"
-  BASE_IMAGE_VERSION_BETA: "1.0.0"
+  BASE_IMAGE_VERSION_STABLE: "1.0.10"
+  BASE_IMAGE_VERSION_BETA: "1.0.10"
 
 jobs:
   build-artifact: