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 2020/07/14 03:45:14 UTC

[trafficserver-ingress-controller] branch master updated: Updates alpine to version 3.12

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 6107fd3  Updates alpine to version 3.12
     new 25dff11  Merge pull request #9 from rishabhc/alpine-version-update
6107fd3 is described below

commit 6107fd37c89e1c5f9bcd0d2e1a931ba82764dc47
Author: Rishabh Chhabra <ri...@gmail.com>
AuthorDate: Mon Jul 13 19:44:11 2020 -0500

    Updates alpine to version 3.12
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 6e355c8..c3aea7b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM alpine:3.11 as builder 
+FROM alpine:3.12 as builder 
 
 RUN apk add --no-cache --virtual .tools \
   bzip2 curl git automake libtool autoconf make sed file perl openrc openssl
@@ -103,7 +103,7 @@ RUN chmod 755 tls-config.sh
 RUN chmod 755 tls-reload.sh
 RUN chmod 755 entry.sh
 
-FROM alpine:3.11
+FROM alpine:3.12
 
 COPY --from=builder /usr/local /usr/local