From 5121c97b0093df1edb3897f6aa36b4b801c7725c Mon Sep 17 00:00:00 2001 From: Eloy Coto Date: Wed, 16 Jun 2021 16:51:42 +0200 Subject: [PATCH] Bump openresty version Signed-off-by: Eloy Coto --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7378eaa16..d22a29b18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,12 +109,12 @@ executors: environment: S2I_VERSION: "1.1.12-2a783420" DOCKER_COMPOSE_VERSION: "1.16.1" - OPENRESTY_VERSION: "1.19.3.1-0-centos8" + OPENRESTY_VERSION: "1.19.3.1-1-centos8" openresty: working_directory: /opt/app-root/apicast docker: - - image: quay.io/3scale/s2i-openresty-centos7:1.19.3.1-0-centos8 + - image: quay.io/3scale/s2i-openresty-centos7:1.19.3.1-1-centos8 - image: redis:3.2.8-alpine environment: TEST_NGINX_BINARY: openresty