From: Marcel van der Veldt Date: Fri, 19 Dec 2025 02:07:34 +0000 (+0100) Subject: Bump base image X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=59ea317228153c70dcf9463a57a3fd2452844e9e;p=music-assistant-server.git Bump base image --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3b7f537..c519f931 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,9 +40,9 @@ on: env: PYTHON_VERSION: "3.12" - BASE_IMAGE_VERSION_STABLE: "1.4.9" - BASE_IMAGE_VERSION_BETA: "1.4.9" - BASE_IMAGE_VERSION_NIGHTLY: "1.4.9" + BASE_IMAGE_VERSION_STABLE: "1.4.10" + BASE_IMAGE_VERSION_BETA: "1.4.10" + BASE_IMAGE_VERSION_NIGHTLY: "1.4.10" jobs: determine-branch: