Skip to content

Commit 080ba66

Browse files
committed
ci: use new Alpine 3.21 for Alpine-based build
Alpine 3.21 was released eleven days ago. See <https://www.alpinelinux.org/posts/Alpine-3.21.0-released.html>.
1 parent 619f1ef commit 080ba66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/alpine.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
alpine:
77
runs-on: ubuntu-24.04
8-
container: alpine:latest
8+
container: 'alpine:3.21'
99
steps:
1010
# Git is required so that actions/checkout does a proper Git checkout.
1111
- name: Install Git in container

0 commit comments

Comments
 (0)