AlpDock updated to v3.20.0

This commit is contained in:
Mexit 2024-05-24 15:50:05 +02:00
parent 79913e78cc
commit e70ac5518e
2 changed files with 3 additions and 3 deletions

View file

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

View file

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