From 5ee059f25be59b41cbcaaee84e0e4a5d1b4bb696 Mon Sep 17 00:00:00 2001 From: yuk7 Date: Wed, 2 Jan 2019 09:00:21 +0900 Subject: [PATCH] Makefile: Update Alpine rootfs to 3.8.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a620680..bad1b30 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.8/releases/x86_64/alpine-minirootfs-3.8.0-x86_64.tar.gz +BASE_URL=http://dl-cdn.alpinelinux.org/alpine/v3.8/releases/x86_64/alpine-minirootfs-3.8.2-x86_64.tar.gz GLIBC_URL=https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.28-r0/glibc-2.28-r0.apk LNCR_ZIP_URL=https://github.com/yuk7/wsldl/releases/download/18122701/icons.zip LNCR_ZIP_EXE=Alpine.exe