Skip to content

Commit 4627419

Browse files
committed
Pin openresty rpm to 1.21.4-1.el8
1 parent b47cb5d commit 4627419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
72+
dev-build: export OPENRESTY_RPM_VERSION?=1.21.4-1.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)