From: Marcel van der Veldt Date: Fri, 28 Nov 2025 21:10:00 +0000 (+0100) Subject: Update stable base image version to 1.4.9 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=85fe268875298b25b2e63d811d22b8b4eeb8c742;p=music-assistant-server.git Update stable base image version to 1.4.9 Prepare for stable bump next month by already bumping the base image version(otherwise we will forget) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e19275b5..719b33fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ on: env: PYTHON_VERSION: "3.12" - BASE_IMAGE_VERSION_STABLE: "1.3.1" + BASE_IMAGE_VERSION_STABLE: "1.4.9" BASE_IMAGE_VERSION_BETA: "1.4.9" BASE_IMAGE_VERSION_NIGHTLY: "1.4.9"