Skip to content

Commit 2135fd1

Browse files
committed
openresty: bump to 1.13.6.2 for openssl 1.1.1 compatibility
Error: ngx_http_encrypted_session_cipher.c:29:30: error: storage size of 'ctx' isn't known Also see openresty/encrypted-session-nginx-module#12 Also outcomment SSE 4.2 patch after version bump. Should not apply anymore today, at least we'll see about it.
1 parent 1310b99 commit 2135fd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/adminrouter/docker/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ubuntu:16.04
22

33
# Let's try to limit the number of layers to minimum:
4-
ENV OPENRESTY_VERSION=1.13.6.1 \
5-
OPENRESTY_DOWNLOAD_SHASUM=775b89cfadf3dbfa13864f3ad4dee4f67dac6604 \
4+
ENV OPENRESTY_VERSION=1.13.6.2 \
5+
OPENRESTY_DOWNLOAD_SHASUM=870055f4698168f1f045de92c467a33361dee5d7 \
66
OPENRESTY_DIR=/usr/local/src/openresty \
77
OPENRESTY_COMPILE_SCRIPT=/usr/local/src/build-resty.sh \
88
OPENRESTY_COMPILE_OPTS="" \
@@ -110,8 +110,8 @@ RUN set -ex \
110110
&& echo "$OPENRESTY_DOWNLOAD_SHASUM openresty.tar.gz" | shasum -c - \
111111
&& mkdir -pv $OPENRESTY_DIR \
112112
&& tar --strip-components=1 -C $OPENRESTY_DIR -xzf openresty.tar.gz \
113-
&& rm openresty.tar.gz \
114-
&& patch -p1 openresty/configure openresty-1.13.6.1-no_sse42.patch
113+
&& rm openresty.tar.gz
114+
# && patch -p1 openresty/configure openresty-1.13.6.1-no_sse42.patch
115115

116116
COPY build-resty.sh $OPENRESTY_COMPILE_SCRIPT
117117

0 commit comments

Comments
 (0)