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 bf35295  Upgrade alpine linux and luajit in docker container (#310)
bf35295 is described below

commit bf35295d82bbcbb5d977d4fcddc456139148295f
Author: Kit Chan <[email protected]>
AuthorDate: Mon Nov 3 18:16:09 2025 -0800

    Upgrade alpine linux and luajit in docker container (#310)
    
    * Update Alpine base image and luajit version
    
    * Update dependencies in README.md
---
 Dockerfile | 8 ++++----
 README.md  | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index c4d9785..ee2cedb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM alpine:3.20.7 as builder
+FROM alpine:3.20.8 as builder
 
 RUN apk add --no-cache --virtual .tools \
   bzip2 curl nghttp2-libs git automake libtool autoconf make sed file perl 
openrc openssl
@@ -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/v3.19/main 
luajit-dev=2.1_p20230410-r3
+RUN apk add --no-cache 
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/main 
luajit-dev=2.1_p20240815-r1
 
 RUN addgroup -Sg 1000 ats
 
@@ -127,7 +127,7 @@ RUN mkdir -p /opt/ats/var/run/redis/ \
 # set up ingress log location
 RUN mkdir -p /opt/ats/var/log/ingress/
 
-FROM alpine:3.20.7
+FROM alpine:3.20.8
 
 # essential library  
 RUN apk add --no-cache -U \
@@ -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/v3.19/main 
luajit=2.1_p20230410-r3
+RUN apk add --no-cache 
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/main 
luajit=2.1_p20240815-r1
 
 # 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 9e137f6..49cfc7d 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,9 @@ 
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
 - 
[Development](https://github.com/apache/trafficserver-ingress-controller/blob/master/docs/DEVELOPMENT.md)
 
 ## Dependencies
-- Alpine Linux 3.20.7
+- Alpine Linux 3.20.8
 - Apache Traffic Server 9.2.11
-- OpenResty LuaJIT2 v2.1-20230410
+- OpenResty LuaJIT2 v2.1-20240815
 - 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