Skip to content

Commit

Permalink
ci: use new Alpine 3.21 for Alpine-based build
Browse files Browse the repository at this point in the history
Alpine 3.21 was released eleven days ago. See
<https://www.alpinelinux.org/posts/Alpine-3.21.0-released.html>.
  • Loading branch information
striezel committed Dec 16, 2024
1 parent 619f1ef commit 080ba66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
alpine:
runs-on: ubuntu-24.04
container: alpine:latest
container: 'alpine:3.21'
steps:
# Git is required so that actions/checkout does a proper Git checkout.
- name: Install Git in container
Expand Down

0 comments on commit 080ba66

Please sign in to comment.