From 428f56b4eea496f92e333966eba192fe344fc9e2 Mon Sep 17 00:00:00 2001 From: Liang-Jun Zhu Date: Mon, 11 Nov 2024 16:59:44 +0800 Subject: [PATCH] use specific version --- openresty/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openresty/Dockerfile b/openresty/Dockerfile index f8a60d4..dae3ee8 100644 --- a/openresty/Dockerfile +++ b/openresty/Dockerfile @@ -1,2 +1,3 @@ -FROM openresty/openresty:alpine-fat -RUN luarocks install lua-resty-openidc \ No newline at end of file +#FROM openresty/openresty:alpine-fat +FROM openresty/openresty:1.25.3.2-2-alpine-fat +RUN luarocks install lua-resty-openidc