From: Marcel van der Veldt Date: Thu, 16 Jan 2025 19:19:36 +0000 (+0100) Subject: Bump base image in build script X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=5df31b66b4aab2e50721237bea5b3eddae5f280d;p=music-assistant-server.git Bump base image in build script --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc15691a..944428ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,8 @@ on: env: PYTHON_VERSION: "3.12" - BASE_IMAGE_VERSION_STABLE: "1.1.2" - BASE_IMAGE_VERSION_BETA: "1.2.2" + BASE_IMAGE_VERSION_STABLE: "1.2.3" + BASE_IMAGE_VERSION_BETA: "1.2.3" jobs: build-artifact: