From 43b3afbf56afa5507ea7981f6812d410c878c3d0 Mon Sep 17 00:00:00 2001 From: velvettear Date: Tue, 9 Aug 2022 12:14:15 +0200 Subject: [PATCH] update version from '3.15' to '3.16' --- alpine_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine_install.sh b/alpine_install.sh index b7a01b2..49de22e 100755 --- a/alpine_install.sh +++ b/alpine_install.sh @@ -7,7 +7,7 @@ swappiness="25" tmpfs_size="1G" repository_protocol="https" -repository_version="v3.15" +repository_version="v3.16" # execution printf "|>> executing alpine install script...\n"