From 8d68ab52d761367b9a5f95852bea0f137a355a80 Mon Sep 17 00:00:00 2001 From: An Tran Date: Tue, 10 Jun 2025 14:28:17 +1000 Subject: [PATCH] [deps] Upgrade luarocks to v3.12.0 --- .circleci/config.yml | 2 +- Dockerfile.devel | 4 ++-- Makefile | 2 +- docker-compose-devel.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 832532162..74a79ac62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -105,7 +105,7 @@ executors: openresty: working_directory: /opt/app-root/apicast docker: - - image: quay.io/3scale/apicast-ci:openresty-1.21.4-2 + - image: quay.io/3scale/apicast-ci:openresty-1.21.4-3 - image: mirror.gcr.io/library/redis environment: TEST_NGINX_BINARY: openresty diff --git a/Dockerfile.devel b/Dockerfile.devel index bbd18cf3b..ae5de099a 100644 --- a/Dockerfile.devel +++ b/Dockerfile.devel @@ -1,9 +1,9 @@ FROM registry.access.redhat.com/ubi8:8.5 ARG OPENRESTY_RPM_VERSION="1.21.4-1.el8" -ARG LUAROCKS_VERSION="3.11.1" +ARG LUAROCKS_VERSION="3.12.0" ARG JAEGERTRACING_CPP_CLIENT_RPM_VERSION="0.3.1-13.el8" -ARG LUAROVER_VERSION="0.2.1" +ARG LUAROVER_VERSION="0.2.2" WORKDIR /tmp diff --git a/Makefile b/Makefile index b77767fe0..8ed1954c0 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ export COMPOSE_PROJECT_NAME # * update .circleci/config.yaml openresty executor with the image URL .PHONY: dev-build dev-build: export OPENRESTY_RPM_VERSION?=1.21.4 -dev-build: export LUAROCKS_VERSION?=3.11.1 +dev-build: export LUAROCKS_VERSION?=3.12.0 dev-build: IMAGE_NAME ?= apicast-development:latest dev-build: ## Build development image $(DOCKER) build --platform linux/amd64 -t $(IMAGE_NAME) \ diff --git a/docker-compose-devel.yml b/docker-compose-devel.yml index 2be693c31..9f3a6c037 100644 --- a/docker-compose-devel.yml +++ b/docker-compose-devel.yml @@ -2,7 +2,7 @@ version: '2.2' services: development: - image: ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.21.4-2} + image: ${IMAGE:-quay.io/3scale/apicast-ci:openresty-1.21.4-3} platform: "linux/amd64" depends_on: - redis