Skip to content

Commit

Permalink
Alpine Linux updated to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Dec 6, 2022
1 parent ca31b98 commit 12de481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
version: v3.16
version: v3.17

name: Alpine ISO Builder

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion genapkovl-docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

version="v3.16"
version="v3.17"

HOSTNAME="$1"
if [ -z "$HOSTNAME" ]; then
Expand Down

0 comments on commit 12de481

Please sign in to comment.