From: Marcel van der Veldt Date: Mon, 27 Oct 2025 20:40:22 +0000 (+0100) Subject: Bump base image to 1.4.3 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=5c63f0f06a16def2437e66e17941a156526c08ae;p=music-assistant-server.git Bump base image to 1.4.3 --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be3d6b2d..d9230c9d 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.4.2" - BASE_IMAGE_VERSION_NIGHTLY: "1.4.2" + BASE_IMAGE_VERSION_BETA: "1.4.3" + BASE_IMAGE_VERSION_NIGHTLY: "1.4.3" jobs: preflight-checks: