mirror of
https://github.com/Mexit/AlpDock.git
synced 2025-04-26 15:59:53 +03:00
Alpine Linux updated to 3.17
This commit is contained in:
parent
ca31b984a8
commit
12de481fbe
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.16
|
||||
version: v3.17
|
||||
|
||||
name: Alpine ISO Builder
|
||||
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
|||
build_ISOs:
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: alpine:3.16
|
||||
image: alpine:3.17
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
version="v3.16"
|
||||
version="v3.17"
|
||||
|
||||
HOSTNAME="$1"
|
||||
if [ -z "$HOSTNAME" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue