From 219628bbfc1d5ee75609ee3d8bcbe3fc34353d52 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:52:59 -0400 Subject: [PATCH] Update baseimage checker --- .github/workflows/call-baseimage-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-baseimage-update.yml b/.github/workflows/call-baseimage-update.yml index 134c3be..f8e4761 100644 --- a/.github/workflows/call-baseimage-update.yml +++ b/.github/workflows/call-baseimage-update.yml @@ -11,7 +11,7 @@ jobs: with: repo_owner: ${{ github.repository_owner }} baseimage: "alpine" - basebranch: "3.18" + basebranch: "3.20" app_name: "plextraktsync" secrets: repo_release_token: ${{ secrets.repo_release_token }}