From e600178eeaccdceead2b545f2ae23f862ae61bc9 Mon Sep 17 00:00:00 2001 From: Alex Kasko Date: Wed, 14 Jan 2026 08:12:54 +0000 Subject: [PATCH] Update Alpine image to 3.22 (1.4) This is a backport of the PR #523 to `v1.4-andium` stable branch. Sync with the version of Alpine used in `extension-ci-tools` to build `linux_amd64_musl` extensions - duckdb/extension-ci-tools#291. --- .github/workflows/Java.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Java.yml b/.github/workflows/Java.yml index 87c6dd446..2add3777e 100644 --- a/.github/workflows/Java.yml +++ b/.github/workflows/Java.yml @@ -311,7 +311,7 @@ jobs: runs-on: ubuntu-latest needs: java-linux-amd64 env: - ALPINE_IMAGE: alpine:3.21 + ALPINE_IMAGE: alpine:3.22 steps: - uses: actions/checkout@v4 with: @@ -368,7 +368,7 @@ jobs: runs-on: ubuntu-24.04-arm needs: java-linux-amd64 env: - ALPINE_IMAGE: alpine:3.21 + ALPINE_IMAGE: alpine:3.22 steps: - uses: actions/checkout@v4 with: