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/29 08:12:09 UTC

[trafficserver-ingress-controller] branch master updated: Upgrade alpinelinux 3.14.5 (#110)

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 c1c16c5  Upgrade alpinelinux 3.14.5 (#110)
c1c16c5 is described below

commit c1c16c50935dee5ec0eb2e07b5f8bf95887b7192
Author: Kit Chan <ki...@apache.org>
AuthorDate: Tue Mar 29 01:12:04 2022 -0700

    Upgrade alpinelinux 3.14.5 (#110)
---
 Dockerfile | 4 ++--
 README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 482ee2f..c022c78 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM alpine:3.14.4 as builder 
+FROM alpine:3.14.5 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.4
+FROM alpine:3.14.5
 
 # essential library  
 RUN apk add --no-cache -U \
diff --git a/README.md b/README.md
index b0f0159..2b54239 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.4
+- Alpine Linux 3.14.5
 - Apache Traffic Server 9.1.2
 - LuaJIT 2.0.4
 - Go 1.17.8