This is an automated email from the ASF dual-hosted git repository.

mhamann pushed a commit to branch openresty-upg
in repository https://gitbox.apache.org/repos/asf/openwhisk-apigateway.git

commit e388d34b315fd95e9647d6d918487c9fa16abb80
Author: Matt Hamann <matthew.ham...@gmail.com>
AuthorDate: Thu Jun 18 11:11:52 2020 -0400

    chore: upgrade to latest openresty stable
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index af7f8ee..30a35ce 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@
 
 # apigateway
 #
-# VERSION               1.13.6.1
+# VERSION               1.15.8.3
 #
 # From https://hub.docker.com/_/alpine/
 #
@@ -37,7 +37,7 @@ RUN apk update && \
     && rm -rf /var/cache/apk/*
 
 # openresty build
-ENV OPENRESTY_VERSION=1.13.6.2 \
+ENV OPENRESTY_VERSION=1.15.8.3 \
     PCRE_VERSION=8.37 \
     TEST_NGINX_VERSION=0.24 \
     OPM_VERSION=0.0.5 \

Reply via email to