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/06/25 20:12:01 UTC

[trafficserver-ingress-controller] branch master updated: Updates ATS to version 8.0.8

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 952aef1  Updates ATS to version 8.0.8
     new ab06d99  Merge pull request #7 from rishabhc/ats-version-update
952aef1 is described below

commit 952aef1411ca5094e1a040fe16db815d2c82296d
Author: Rishabh Chhabra <ri...@gmail.com>
AuthorDate: Wed Jun 24 19:08:12 2020 -0500

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

diff --git a/Dockerfile b/Dockerfile
index bd75eaa..6e355c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,8 +26,8 @@ RUN apk add --no-cache --virtual .ats-build-deps \
   libexecinfo-dev linux-headers libunwind-dev \
   brotli-dev jansson-dev luajit-dev readline-dev geoip-dev 
 
-RUN curl -L https://www-us.apache.org/dist/trafficserver/trafficserver-8.0.7.tar.bz2 | bzip2 -dc | tar xf - \
-  && cd trafficserver-8.0.7/ \
+RUN curl -L https://www-us.apache.org/dist/trafficserver/trafficserver-8.0.8.tar.bz2 | bzip2 -dc | tar xf - \
+  && cd trafficserver-8.0.8/ \
   && autoreconf -if \
   && ./configure --enable-debug=yes \
   && make \