From 08d1df8df0b0e6f8448b615ebf60a542c14aba50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:33:10 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fd722c..8728ddc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -238,7 +238,7 @@ jobs: version: [latest, alpha] runs-on: ubuntu-latest container: - image: alpine:3.21 + image: alpine:3.23 steps: - name: Install Alpine dependencies run: apk add --no-cache bash curl gcompat libstdc++