From 080ba669e53deb1a3c8fc55bcbee7ba290a5d13c Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 16 Dec 2024 02:20:14 +0100 Subject: [PATCH] ci: use new Alpine 3.21 for Alpine-based build Alpine 3.21 was released eleven days ago. See . --- .github/workflows/alpine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index febc85b..fcc6a70 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -5,7 +5,7 @@ on: push jobs: alpine: runs-on: ubuntu-24.04 - container: alpine:latest + container: 'alpine:3.21' steps: # Git is required so that actions/checkout does a proper Git checkout. - name: Install Git in container