From ba03e45e6a5988e472bc2f0e38fa787d8865469b Mon Sep 17 00:00:00 2001 From: yuk7 Date: Sat, 31 Oct 2020 21:09:13 +0900 Subject: [PATCH] Makefile: Update alpine to 3.12.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf4607d..97ac75b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ LNCR_EXE=Alpine.exe DLR=curl DLR_FLAGS=-L -BASE_URL=http://dl-cdn.alpinelinux.org/alpine/v3.11/releases/x86_64/alpine-minirootfs-3.11.5-x86_64.tar.gz +BASE_URL=http://dl-cdn.alpinelinux.org/alpine/v3.12/releases/x86_64/alpine-minirootfs-3.12.1-x86_64.tar.gz LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/20100500/icons.zip LNCR_ZIP_EXE=Alpine.exe