From bc70e29e0eb3614a7f8fa7a21e0b6d85b456c997 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 27 Sep 2024 22:18:14 +0200 Subject: [PATCH] Bump base image to 1.0.10 (#1680) Bump base image (should support permission error when running as non-root) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ca713e2..adaeb6e56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: