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

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


The following commit(s) were added to refs/heads/master by this push:
     new b8013f2  chore: upgrade to latest openresty stable (#374)
b8013f2 is described below

commit b8013f29d1768f363faabe0195e143ec70db65ce
Author: Matt Hamann <[email protected]>
AuthorDate: Thu Jun 18 14:07:51 2020 -0400

    chore: upgrade to latest openresty stable (#374)
---
 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