Alpine Linux updated to 3.18

This commit is contained in:
Mexit 2023-05-15 18:10:39 +02:00
parent 891a3d0af4
commit e9a8c13f9d
3 changed files with 4 additions and 6 deletions

View file

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