Skip to content

Commit 07698fb

Browse files
committed
Fix baseimage check
1 parent 73bce0b commit 07698fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-baseimage-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
repo_owner: "thespad"
1313
baseimage: "alpine"
14-
basebranch: "3.19"
14+
basebranch: "3.20"
1515
app_name: "py-kms"
1616
secrets:
1717
repo_scoped_token: ${{ secrets.repo_scoped_token }}

0 commit comments

Comments
 (0)