We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65127c0 + fee9315 commit d3d6c5fCopy full SHA for d3d6c5f
.circleci/config.yml
@@ -105,7 +105,7 @@ executors:
105
openresty:
106
working_directory: /opt/app-root/apicast
107
docker:
108
- - image: quay.io/3scale/apicast-ci:openresty-1.21.4-1
+ - image: quay.io/3scale/apicast-ci:openresty-1.21.4-2
109
- image: mirror.gcr.io/library/redis
110
environment:
111
TEST_NGINX_BINARY: openresty
docker-compose-devel.yml
@@ -2,7 +2,7 @@
2
version: '2.2'
3
services:
4
development:
5
- image: ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.21.4-1}
+ image: ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.21.4-2}
6
platform: "linux/amd64"
7
depends_on:
8
- redis
0 commit comments