From: Marcel van der Veldt Date: Fri, 27 Sep 2024 20:18:14 +0000 (+0200) Subject: Bump base image to 1.0.10 (#1680) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=bc70e29e0eb3614a7f8fa7a21e0b6d85b456c997;p=music-assistant-server.git Bump base image to 1.0.10 (#1680) Bump base image (should support permission error when running as non-root) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28ca713e..adaeb6e5 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: