Skip to content

Commit 63f1900

Browse files
committed
Bump openresty to 1.21.4-4
This version includes serveral nginx security patches
1 parent 8bf5a0f commit 63f1900

4 files changed

Lines changed: 5 additions & 5 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-6
109109
- image: mirror.gcr.io/library/redis
110110
environment:
111111
TEST_NGINX_BINARY: openresty

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8:8.5
22

3-
ARG OPENRESTY_RPM_VERSION="1.21.4-1.el8"
3+
ARG OPENRESTY_RPM_VERSION="1.21.4-4.el8"
44
ARG LUAROCKS_VERSION="3.11.1"
55
ARG JAEGERTRACING_CPP_CLIENT_RPM_VERSION="0.3.1-13.el8"
66

Dockerfile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8:8.5
22

3-
ARG OPENRESTY_RPM_VERSION="1.21.4-1.el8"
3+
ARG OPENRESTY_RPM_VERSION="1.21.4-4.el8"
44
ARG LUAROCKS_VERSION="3.12.0"
55
ARG JAEGERTRACING_CPP_CLIENT_RPM_VERSION="0.3.1-13.el8"
66
ARG LUAROVER_VERSION="0.2.3"

Makefile

Lines changed: 2 additions & 2 deletions
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-6
1717
DEVEL_DOCKERFILE ?= Dockerfile.devel
1818

1919
RUNTIME_IMAGE ?= quay.io/3scale/apicast:latest
@@ -69,7 +69,7 @@ export COMPOSE_PROJECT_NAME
6969
# docker push quay.io/3scale/apicast-ci:openresty-X.Y.Z-{release_number}
7070
# * update .circleci/config.yaml openresty executor with the image URL
7171
.PHONY: dev-build
72-
dev-build: export OPENRESTY_RPM_VERSION?=1.21.4-1.el8
72+
dev-build: export OPENRESTY_RPM_VERSION?=1.21.4-4.el8
7373
dev-build: export LUAROCKS_VERSION?=3.12.0
7474
dev-build: IMAGE_NAME ?= apicast-development:latest
7575
dev-build: ## Build development image

0 commit comments

Comments
 (0)