From: Marcel van der Veldt Date: Sun, 29 Sep 2024 23:36:08 +0000 (+0200) Subject: bump base image to 1.1.2 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4c6934587f987533c8760f36ff829c2935f604c7;p=music-assistant-server.git bump base image to 1.1.2 --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46d57bf3..62906f7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,8 @@ on: env: PYTHON_VERSION: "3.11" - BASE_IMAGE_VERSION_STABLE: "1.1.0" - BASE_IMAGE_VERSION_BETA: "1.1.0" + BASE_IMAGE_VERSION_STABLE: "1.1.2" + BASE_IMAGE_VERSION_BETA: "1.1.2" jobs: build-artifact: