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 498e425 Upgrade to alpine linux 3.20.1 (#236)
498e425 is described below
commit 498e425d211d2b376107ecb1676c190ca731c6e1
Author: Kit Chan <[email protected]>
AuthorDate: Sun Jun 23 18:34:19 2024 -0700
Upgrade to alpine linux 3.20.1 (#236)
* Update README.md
* Update Dockerfile
---
Dockerfile | 4 ++--
README.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 6d2e066..470fbeb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM alpine:3.20.0 as builder
+FROM alpine:3.20.1 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.0
+FROM alpine:3.20.1
# essential library
RUN apk add --no-cache -U \
diff --git a/README.md b/README.md
index e002da9..91367e7 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.0
+- Alpine Linux 3.20.1
- Apache Traffic Server 9.2.4
- OpenResty LuaJIT2 v2.1-20230410
- Go (Version can be found in `GO_VERSION` file found at the base of this
repository)