This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ca303e  Update luajit dev version (#311)
3ca303e is described below

commit 3ca303e1bdc64e5a9f77de86f2ab1cf205c2a36e
Author: Kit Chan <[email protected]>
AuthorDate: Fri Nov 14 07:33:01 2025 -0800

    Update luajit dev version (#311)
    
    * Update luajit-dev version in Dockerfile
    
    * Update OpenResty LuaJIT2 version in README
---
 Dockerfile | 4 ++--
 README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index ee2cedb..8c79773 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,7 @@ RUN apk add --no-cache --virtual .ats-extra-build-deps 
--repository https://dl-c
 
 RUN apk add --no-cache 
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main libexecinfo-dev
 
-RUN apk add --no-cache 
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/main 
luajit-dev=2.1_p20240815-r1
+RUN apk add --no-cache 
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/main 
luajit-dev=2.1_p20230410-r3
 
 RUN addgroup -Sg 1000 ats
 
@@ -155,7 +155,7 @@ RUN apk add --no-cache -U --repository 
https://dl-cdn.alpinelinux.org/alpine/edg
 
 RUN apk add --no-cache 
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.16/main libexecinfo
 
-RUN apk add --no-cache 
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/main 
luajit=2.1_p20240815-r1
+RUN apk add --no-cache 
--repository=https://dl-cdn.alpinelinux.org/alpine/v3.19/main 
luajit=2.1_p20230410-r3
 
 # symlink for luajit
 RUN ln -sf /usr/lib/libluajit-5.1.so.2.1.0 /usr/lib/libluajit-5.1.so
diff --git a/README.md b/README.md
index 49cfc7d..abfcccd 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ 
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
 ## Dependencies
 - Alpine Linux 3.20.8
 - Apache Traffic Server 9.2.11
-- OpenResty LuaJIT2 v2.1-20240815
+- OpenResty LuaJIT2 v2.1_p20230410
 - Go (Version can be found in `GO_VERSION` file found at the base of this 
repository)
 - Other Packages
   - luasocket 3.0.0

Reply via email to