You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2022/04/11 16:03:28 UTC

[trafficserver-ingress-controller] branch master updated: Upgrade to alpine linux 3.14.6 (#111)

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 5a56738  Upgrade to alpine linux 3.14.6 (#111)
5a56738 is described below

commit 5a56738fb3c951fc7766eac37592d291ef3fd9a8
Author: Kit Chan <ki...@apache.org>
AuthorDate: Mon Apr 11 09:03:23 2022 -0700

    Upgrade to alpine linux 3.14.6 (#111)
---
 Dockerfile | 4 ++--
 README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index c022c78..a9199c1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM alpine:3.14.5 as builder 
+FROM alpine:3.14.6 as builder 
 
 RUN apk add --no-cache --virtual .tools \
   bzip2 curl git automake libtool autoconf make sed file perl openrc openssl
@@ -116,7 +116,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.14.5
+FROM alpine:3.14.6
 
 # essential library  
 RUN apk add --no-cache -U \
diff --git a/README.md b/README.md
index 2b54239..3526238 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ ATS Kubernetes Ingress Controller
 - [Development](https://github.com/apache/trafficserver-ingress-controller/blob/master/docs/DEVELOPMENT.md)
 
 ## Versions of Software Used
-- Alpine Linux 3.14.5
+- Alpine Linux 3.14.6
 - Apache Traffic Server 9.1.2
 - LuaJIT 2.0.4
 - Go 1.17.8