From abd7b4e489264a967357ccc605d6a3f67548f2fb Mon Sep 17 00:00:00 2001 From: shamama Date: Mon, 15 Jan 2024 13:49:09 +0200 Subject: [PATCH] Align openresty version with docker. --- nginx-pckg-module/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-pckg-module/build.sh b/nginx-pckg-module/build.sh index 1a80e113..ecea225b 100644 --- a/nginx-pckg-module/build.sh +++ b/nginx-pckg-module/build.sh @@ -1,4 +1,4 @@ -OPENRESTY_VERSION="1.17.8.2" +OPENRESTY_VERSION="1.25.3.1" OPENRESTY_DOCKER_VERSION="1.25.3.1-0" echo "building kaltura/live-front-src" docker build -t kaltura/live-front-src:latest -f nginx-pckg-module/Dockerfile-live-front-src .