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 99a9314 Upgrades to ATS 9.1.1 (#96)
99a9314 is described below
commit 99a931448b7b6e970b67fb2e21a5580f75662d14
Author: Kit Chan <[email protected]>
AuthorDate: Thu Nov 4 15:58:24 2021 -0700
Upgrades to ATS 9.1.1 (#96)
---
Dockerfile | 4 ++--
README.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 3fcafff..810bbf2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,8 +33,8 @@ RUN addgroup -Sg 1000 ats
RUN adduser -S -D -H -u 1000 -h /tmp -s /sbin/nologin -G ats -g ats ats
# download and build ATS
-RUN curl -L
https://downloads.apache.org/trafficserver/trafficserver-9.1.0.tar.bz2 | bzip2
-dc | tar xf - \
- && cd trafficserver-9.1.0/ \
+RUN curl -L
https://downloads.apache.org/trafficserver/trafficserver-9.1.1.tar.bz2 | bzip2
-dc | tar xf - \
+ && cd trafficserver-9.1.1/ \
&& autoreconf -if \
&& ./configure --enable-debug=yes --prefix=/opt/ats --with-user=ats \
&& make \
diff --git a/README.md b/README.md
index 6be62a0..dd85371 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ ATS Kubernetes Ingress Controller
## Versions of Software Used
- Alpine 3.12.8
-- Apache Traffic Server 9.1.0
+- Apache Traffic Server 9.1.1
- LuaJIT 2.0.4 / Lua 5.1.4
- Go 1.16.9
- Other Packages