Skip to content

Commit d527d0e

Browse files
committed
Update devel image to 1.21.4-5
1 parent 3f984d7 commit d527d0e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ executors:
105105
openresty:
106106
working_directory: /opt/app-root/apicast
107107
docker:
108-
- image: quay.io/3scale/apicast-ci:openresty-1.21.4-4
108+
- image: quay.io/3scale/apicast-ci:openresty-1.21.4-5
109109
- image: mirror.gcr.io/library/redis
110110
environment:
111111
TEST_NGINX_BINARY: openresty

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NPROC ?= $(firstword $(shell nproc 2>/dev/null) 1)
1313

1414
SEPARATOR="\n=============================================\n"
1515

16-
DEVEL_IMAGE ?= quay.io/3scale/apicast-ci:openresty-1.21.4-4
16+
DEVEL_IMAGE ?= quay.io/3scale/apicast-ci:openresty-1.21.4-5
1717
DEVEL_DOCKERFILE ?= Dockerfile.devel
1818

1919
RUNTIME_IMAGE ?= quay.io/3scale/apicast:latest

docker-compose-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '2.2'
33
services:
44
development:
5-
image: ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.21.4-4}
5+
image: ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.21.4-5}
66
platform: "linux/amd64"
77
depends_on:
88
- redis

0 commit comments

Comments
 (0)