File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ FROM jlesage/baseimage:alpine-3.12-v2.4.4
1111ARG DOCKER_IMAGE_VERSION=unknown
1212
1313# Define software versions.
14- ARG OPENRESTY_VERSION=1.17.8 .1
14+ ARG OPENRESTY_VERSION=1.19.3 .1
1515ARG NGINX_PROXY_MANAGER_VERSION=2.7.2
1616ARG WATCH_VERSION=0.3.1
1717
7474 # Compile.
7575 echo "Compiling OpenResty..." && \
7676 cd openresty && \
77- # Disable SSE4.2 since this is not supported by all CPUs... Without this,
78- # Nginx fails to start with the 'Illegal instruction' error on CPU not
79- # supporting SSE4.2.
80- # https://github.com/openresty/openresty/issues/267
81- sed-patch 's|#ifndef __SSE4_2__|#if 1|' configure && \
8277 ./configure -j$(nproc) \
8378 --prefix=/var/lib/nginx \
8479 --sbin-path=/usr/sbin/nginx \
You can’t perform that action at this time.
0 commit comments