You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
FROM registry.access.redhat.com/ubi9/ubi-minimal
2
2
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"
5
5
6
6
LABEL summary="The 3scale API gateway (APIcast) is an OpenResty application, which consists of two parts: NGINX configuration and Lua files." \
7
7
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)." \
0 commit comments