We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619f1ef commit 080ba66Copy full SHA for 080ba66
.github/workflows/alpine.yml
@@ -5,7 +5,7 @@ on: push
5
jobs:
6
alpine:
7
runs-on: ubuntu-24.04
8
- container: alpine:latest
+ container: 'alpine:3.21'
9
steps:
10
# Git is required so that actions/checkout does a proper Git checkout.
11
- name: Install Git in container
0 commit comments