Pin mimalloc version and update openssl
This commit is contained in:
parent
2a7c19ca8b
commit
5d67794f4f
3 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
SHELL=/bin/bash -o pipefail
|
||||
|
||||
# 0.0.0 shouldn't clobber any released builds
|
||||
TAG ?= 0.100
|
||||
TAG ?= 0.101
|
||||
REGISTRY ?= quay.io/kubernetes-ingress-controller
|
||||
|
||||
IMGNAME = nginx
|
||||
|
|
|
@ -49,7 +49,6 @@ RUN apk add -U --no-cache \
|
|||
nano \
|
||||
tzdata \
|
||||
&& ln -s /usr/local/nginx/sbin/nginx /sbin/nginx \
|
||||
&& ln -s /usr/local/lib/mimalloc-*/libmimalloc.so /usr/local/lib/libmimalloc.so \
|
||||
&& addgroup -Sg 101 www-data \
|
||||
&& adduser -S -D -H -u 101 -h /usr/local/nginx \
|
||||
-s /sbin/nologin -G www-data -g www-data www-data \
|
||||
|
|
|
@ -590,6 +590,8 @@ make install
|
|||
cd "$BUILD_PATH"
|
||||
git clone https://github.com/microsoft/mimalloc
|
||||
cd mimalloc
|
||||
git checkout v1.6.2
|
||||
|
||||
mkdir -p out/release
|
||||
cd out/release
|
||||
cmake ../..
|
||||
|
|
Loading…
Reference in a new issue