Skip to content

Commit 50e361c

Browse files
committed
Update openresty rpm to v1.21.4-3
1 parent 65ab0c3 commit 50e361c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.access.redhat.com/ubi9/ubi-minimal
22

3-
ARG OPENRESTY_RPM_VERSION="1.21.4-1.el8"
4-
ARG LUAROCKS_VERSION="3.11.1"
3+
ARG OPENRESTY_RPM_VERSION="1.21.4-3.el8"
4+
ARG LUAROCKS_VERSION="3.12.0"
55

66
LABEL summary="The 3scale API gateway (APIcast) is an OpenResty application, which consists of two parts: NGINX configuration and Lua files." \
77
description="APIcast is not a standalone API gateway therefore it needs connection to the 3scale API management platform. The container includes OpenResty and uses LuaRocks to install dependencies (rocks are installed in the application folder)." \

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
22

3-
ARG OPENRESTY_RPM_VERSION="1.21.4-1.el8"
3+
ARG OPENRESTY_RPM_VERSION="1.21.4-3.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"

0 commit comments

Comments
 (0)