Merge pull request #4 from Mexit/test3.19

Updated Alpine Linux to v3.19
This commit is contained in:
Mexit 2023-12-08 15:00:03 +01:00 committed by GitHub
commit 39c8abfa2d
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

View file

@ -1,6 +1,6 @@
#!/bin/sh -e
version="v3.18"
version="v3.19"
HOSTNAME="$1"
if [ -z "$HOSTNAME" ]; then