File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments