Skip to content

Commit 84a4d4d

Browse files
committed
Update luarocks to v3.12.0
1 parent e0f43b1 commit 84a4d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.devel

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

33
ARG OPENRESTY_RPM_VERSION="1.21.4-1.el8"
4-
ARG LUAROCKS_VERSION="3.11.1"
4+
ARG LUAROCKS_VERSION="3.12.0"
55
ARG JAEGERTRACING_CPP_CLIENT_RPM_VERSION="0.3.1-13.el8"
66
ARG LUAROVER_VERSION="0.2.1"
77

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export COMPOSE_PROJECT_NAME
7070
# * update .circleci/config.yaml openresty executor with the image URL
7171
.PHONY: dev-build
7272
dev-build: export OPENRESTY_RPM_VERSION?=1.21.4
73-
dev-build: export LUAROCKS_VERSION?=3.11.1
73+
dev-build: export LUAROCKS_VERSION?=3.12.0
7474
dev-build: IMAGE_NAME ?= apicast-development:latest
7575
dev-build: ## Build development image
7676
$(DOCKER) build --platform linux/amd64 -t $(IMAGE_NAME) \

0 commit comments

Comments
 (0)