Updated Alpine Linux to v3.19

This commit is contained in:
Mexit 2023-12-08 14:58:11 +01:00 committed by GitHub
parent a6bc06988d
commit 55589d209d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
env:
version: v3.18
version: v3.19
name: Alpine ISO Builder
@ -12,7 +12,7 @@ jobs:
build_ISOs:
runs-on: ubuntu-22.04
container:
image: alpine:3.18
image: alpine:3.19
steps:
- uses: actions/checkout@v4