From 0358599866b4810a115ad419d0e628fae02fde09 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 afd18502e..a03f3416f 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