From: Marcel van der Veldt Date: Wed, 15 Jan 2025 00:59:37 +0000 (+0100) Subject: bump base image to 1.2.2 for beta X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e9d6e73e20d0f1c158d953d116e221a3be7f39a6;p=music-assistant-server.git bump base image to 1.2.2 for beta --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24e826ac..546f708d 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.1.2" - BASE_IMAGE_VERSION_BETA: "1.2.1" + BASE_IMAGE_VERSION_BETA: "1.2.2" jobs: build-artifact: