From: Marvin Schenkel Date: Tue, 13 Jan 2026 09:40:44 +0000 (+0100) Subject: Bump base image for beta and stable X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1f03abb5df328a0a44a8c345c021092682122ec4;p=music-assistant-server.git Bump base image for beta and stable --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb47ac3f..530adbc1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,8 @@ on: env: PYTHON_VERSION: "3.12" - BASE_IMAGE_VERSION_STABLE: "1.4.10" - BASE_IMAGE_VERSION_BETA: "1.4.10" + BASE_IMAGE_VERSION_STABLE: "1.4.11" + BASE_IMAGE_VERSION_BETA: "1.4.11" BASE_IMAGE_VERSION_NIGHTLY: "1.4.11" jobs: