Skip to content

Commit edbdf36

Browse files
authored
Upgrade ATS 9.2.7 (#266)
* Update Dockerfile * Update README.md
1 parent 75fe4cc commit edbdf36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ RUN adduser -S -D -H -u 1000 -h /tmp -s /sbin/nologin -G ats -g ats ats
3838

3939
# download and build ATS
4040
# patch 2 files due to pthread in musl vs glibc - see https://github.com/apache/trafficserver/pull/7611/files
41-
RUN curl -L https://downloads.apache.org/trafficserver/trafficserver-9.2.6.tar.bz2 | bzip2 -dc | tar xf - \
42-
&& cd trafficserver-9.2.6/ \
41+
RUN curl -L https://downloads.apache.org/trafficserver/trafficserver-9.2.7.tar.bz2 | bzip2 -dc | tar xf - \
42+
&& cd trafficserver-9.2.7/ \
4343
&& sed -i "s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/" include/tscore/ink_rwlock.h \
4444
&& sed -i "s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/" include/tscpp/util/TsSharedMutex.h \
4545
&& autoreconf -if \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
3434

3535
## Dependencies
3636
- Alpine Linux 3.20.3
37-
- Apache Traffic Server 9.2.6
37+
- Apache Traffic Server 9.2.7
3838
- OpenResty LuaJIT2 v2.1-20230410
3939
- Go (Version can be found in `GO_VERSION` file found at the base of this repository)
4040
- Other Packages

0 commit comments

Comments
 (0)