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/03/21 05:39:16 UTC

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

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 3b9578a  Upgrade to alpine linux 3.14.4 (#108)
3b9578a is described below

commit 3b9578a0f23616d9210b412a23722c982f975793
Author: Kit Chan <ki...@apache.org>
AuthorDate: Sun Mar 20 22:39:12 2022 -0700

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

diff --git a/Dockerfile b/Dockerfile
index cb74d28..40e86ed 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM alpine:3.14.3 as builder 
+FROM alpine:3.14.4 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.3
+FROM alpine:3.14.4
 
 # essential library  
 RUN apk add --no-cache -U \
diff --git a/README.md b/README.md
index 3e54378..7e95cf7 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.3
+- Alpine Linux 3.14.4
 - Apache Traffic Server 9.1.2
 - LuaJIT 2.0.4
 - Go 1.17.8