update alpine linux installer to 3.18.4
This commit is contained in:
parent
8d00a1afcf
commit
342ed59634
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ SSH_KEYS=$1; shift
|
||||||
BOOT_VIA=$1; shift
|
BOOT_VIA=$1; shift
|
||||||
|
|
||||||
MAJOR_VERSION=3.18
|
MAJOR_VERSION=3.18
|
||||||
MINOR_VERSION=3
|
MINOR_VERSION=4
|
||||||
IMAGE=alpine-minirootfs-$MAJOR_VERSION.$MINOR_VERSION-x86_64.tar.gz
|
IMAGE=alpine-minirootfs-$MAJOR_VERSION.$MINOR_VERSION-x86_64.tar.gz
|
||||||
|
|
||||||
RESOLVCONF=/etc/resolv.conf
|
RESOLVCONF=/etc/resolv.conf
|
||||||
|
|
Loading…
Reference in a new issue