Skip to content

Commit e600178

Browse files
committed
Update Alpine image to 3.22 (1.4)
This is a backport of the PR duckdb#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.
1 parent 1138d6a commit e600178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
runs-on: ubuntu-latest
312312
needs: java-linux-amd64
313313
env:
314-
ALPINE_IMAGE: alpine:3.21
314+
ALPINE_IMAGE: alpine:3.22
315315
steps:
316316
- uses: actions/checkout@v4
317317
with:
@@ -368,7 +368,7 @@ jobs:
368368
runs-on: ubuntu-24.04-arm
369369
needs: java-linux-amd64
370370
env:
371-
ALPINE_IMAGE: alpine:3.21
371+
ALPINE_IMAGE: alpine:3.22
372372
steps:
373373
- uses: actions/checkout@v4
374374
with:

0 commit comments

Comments
 (0)