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
11
11
ARG DOCKER_IMAGE_VERSION=unknown
12
12
13
13
# Define software versions.
14
- ARG OPENRESTY_VERSION=1.17.8 .1
14
+ ARG OPENRESTY_VERSION=1.19.3 .1
15
15
ARG NGINX_PROXY_MANAGER_VERSION=2.7.2
16
16
ARG WATCH_VERSION=0.3.1
17
17
74
74
# Compile.
75
75
echo "Compiling OpenResty..." && \
76
76
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 && \
82
77
./configure -j$(nproc) \
83
78
--prefix=/var/lib/nginx \
84
79
--sbin-path=/usr/sbin/nginx \
You can’t perform that action at this time.
0 commit comments