Skip to content

Commit 7e3a930

Browse files
committed
Updated OpenResty to version 1.19.3.1.
1 parent b9709d8 commit 7e3a930

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM jlesage/baseimage:alpine-3.12-v2.4.4
1111
ARG 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
1515
ARG NGINX_PROXY_MANAGER_VERSION=2.7.2
1616
ARG WATCH_VERSION=0.3.1
1717

@@ -74,11 +74,6 @@ RUN \
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 \

0 commit comments

Comments
 (0)