From ac4b9ba232922a5f13e80ff08df528e715028a48 Mon Sep 17 00:00:00 2001 From: velvettear Date: Mon, 14 Mar 2022 10:58:10 +0100 Subject: [PATCH] update version --- alpine_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine_install.sh b/alpine_install.sh index 10abbca..b7a01b2 100755 --- a/alpine_install.sh +++ b/alpine_install.sh @@ -7,7 +7,7 @@ swappiness="25" tmpfs_size="1G" repository_protocol="https" -repository_version="v3.14" +repository_version="v3.15" # execution printf "|>> executing alpine install script...\n"