From: Marcel van der Veldt Date: Thu, 23 Oct 2025 18:52:07 +0000 (+0200) Subject: Bump base image in release action X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d935830c17611c2301c6175aa307deaa8a950b6c;p=music-assistant-server.git Bump base image in release action --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a849b3c..323afbf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,8 +34,8 @@ on: env: PYTHON_VERSION: "3.12" BASE_IMAGE_VERSION_STABLE: "1.3.1" - BASE_IMAGE_VERSION_BETA: "1.3.2" - BASE_IMAGE_VERSION_NIGHTLY: "1.3.2" + BASE_IMAGE_VERSION_BETA: "1.4.0" + BASE_IMAGE_VERSION_NIGHTLY: "1.4.0" jobs: validate-and-build: