This is an automated email from the ASF dual-hosted git repository.
shukitchan 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 b8efb06 Upgrade Alpine base image and update version in README (#368)
b8efb06 is described below
commit b8efb06ac7473b06884edfc0b56e323c62d14665
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jun 28 11:00:13 2026 -0700
Upgrade Alpine base image and update version in README (#368)
* 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.
* Update Alpine Linux version in README
Updated Alpine Linux version from 3.23.4 to 3.23.5 in dependencies.
---
Dockerfile | 4 ++--
README.md | 2 +-
2 files changed, 3 insertions(+), 3 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 \
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)