Skip to content

Commit

Permalink
Updated Alpine Linux to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit authored Dec 8, 2023
1 parent a6bc069 commit 55589d2
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.18
version: v3.19

name: Alpine ISO Builder

Expand All @@ -12,7 +12,7 @@ jobs:
build_ISOs:
runs-on: ubuntu-22.04
container:
image: alpine:3.18
image: alpine:3.19

steps:
- uses: actions/checkout@v4
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.18"
version="v3.19"

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

0 comments on commit 55589d2

Please sign in to comment.