From 8378c257a2fe1e0c98aa2181d73372a8fc4cebe7 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Tue, 26 Nov 2024 14:50:58 +0100 Subject: [PATCH] chore: bump alpine version Signed-off-by: Andrea Terzolo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a6a66aa8cf..a88996dc8e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: name: build-libs-linux-amd64-static 🎃 runs-on: ubuntu-latest container: - image: alpine:3.17 + image: alpine:3.20 steps: - name: Install deps ⛓️ run: |