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 71cf2cb Upgrade alpine linux to 3.20.6 (#273)
71cf2cb is described below
commit 71cf2cba663378e71a3952173d60ee64d5d0f972
Author: Kit Chan <[email protected]>
AuthorDate: Sun Feb 23 23:53:30 2025 -0800
Upgrade alpine linux to 3.20.6 (#273)
* Update Dockerfile
* Update README.md
---
Dockerfile | 4 ++--
README.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 731d605..39846fc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM alpine:3.20.5 as builder
+FROM alpine:3.20.6 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.20.5
+FROM alpine:3.20.6
# essential library
RUN apk add --no-cache -U \
diff --git a/README.md b/README.md
index f478af0..d65588a 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.20.5
+- Alpine Linux 3.20.6
- Apache Traffic Server 9.2.8
- OpenResty LuaJIT2 v2.1-20230410
- Go (Version can be found in `GO_VERSION` file found at the base of this
repository)