Alpine Linux updated to 3.17

This commit is contained in:
Mexit 2022-12-06 20:02:24 +01:00
parent ca31b984a8
commit 12de481fbe
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

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