mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
AlpDock updated to v3.20.0
This commit is contained in:
parent
79913e78cc
commit
e70ac5518e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build_iso.yml
vendored
4
.github/workflows/build_iso.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
env:
|
||||
version: v3.19
|
||||
version: v3.20
|
||||
|
||||
name: Alpine ISO Builder
|
||||
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
|||
build_ISOs:
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: alpine:3.19
|
||||
image: alpine:3.20
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
version="v3.19"
|
||||
version="v3.20"
|
||||
|
||||
HOSTNAME="$1"
|
||||
if [ -z "$HOSTNAME" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue