From: Marcel van der Veldt Date: Fri, 16 May 2025 23:16:55 +0000 (+0200) Subject: Bump base image version X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=42dac2658d2329c3580125f36a1f063fa3c6c903;p=music-assistant-server.git Bump base image version --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1178e495..b51b0b09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: env: PYTHON_VERSION: "3.12" BASE_IMAGE_VERSION_STABLE: "1.2.3" - BASE_IMAGE_VERSION_BETA: "1.2.3" + BASE_IMAGE_VERSION_BETA: "1.3.0" jobs: build-artifact: