From 0673e5e17e109dd2d853b4a62013345358d30959 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 11 Aug 2020 23:16:23 -0400 Subject: [PATCH] Update mimalloc to v1.6.4 --- images/nginx/rootfs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/rootfs/build.sh b/images/nginx/rootfs/build.sh index afd18502ea..a03f3416f0 100755 --- a/images/nginx/rootfs/build.sh +++ b/images/nginx/rootfs/build.sh @@ -564,7 +564,7 @@ make install # mimalloc cd "$BUILD_PATH" -git clone --depth=1 -b v1.6.3 https://github.com/microsoft/mimalloc +git clone --depth=1 -b v1.6.4 https://github.com/microsoft/mimalloc cd mimalloc mkdir -p out/release