From 95498b0247d6e9b56175beafccf29ad813d136ed Mon Sep 17 00:00:00 2001 From: Kit Chan Date: Sun, 28 Jun 2026 05:34:13 -0700 Subject: [PATCH 1/2] Upgrade Alpine base image to version 3.23.5 Updated base image version from alpine:3.23.4 to alpine:3.23.5 in the Dockerfile. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6cddb7..7918c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # -FROM alpine:3.23.4 as builder +FROM alpine:3.23.5 as builder RUN apk add --no-cache --virtual .tools \ bzip2 curl nghttp2-libs git automake libtool autoconf make sed file perl openrc openssl @@ -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.23.4 +FROM alpine:3.23.5 # essential library RUN apk add --no-cache -U \ From 2a7549bcaea942851e17ec6531e7af13673de9a0 Mon Sep 17 00:00:00 2001 From: Kit Chan Date: Sun, 28 Jun 2026 05:34:47 -0700 Subject: [PATCH 2/2] Update Alpine Linux version in README Updated Alpine Linux version from 3.23.4 to 3.23.5 in dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f98bfc..3791f0a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ 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.23.4 +- Alpine Linux 3.23.5 - Apache Traffic Server 9.2.13 - OpenResty LuaJIT2 v2.1_p20240815 - Go (Version can be found in `GO_VERSION` file found at the base of this repository)