From ae2dca2008560f6893890cd90432aee34c8b5057 Mon Sep 17 00:00:00 2001 From: bump Date: Fri, 8 Dec 2023 09:16:38 +0000 Subject: [PATCH] Update alpine to 3.19.0 from 3.18.3 Release notes https://alpinelinux.org/posts/Alpine-3.19.0-released.html --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c8a6d7e..cabd85a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,7 +9,7 @@ on: alpine_stable: type: string description: The current stable alpine version - default: 3.18.3 # stable + default: 3.19.0 # stable required: false secrets: APP_ID: