mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-27 00:09: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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue