File tree 2 files changed +3
-3
lines changed
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
38
38
39
39
# download and build ATS
40
40
# 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.8 .tar.bz2 | bzip2 -dc | tar xf - \
42
- && cd trafficserver-9.2.8 / \
41
+ RUN curl -L https://downloads.apache.org/trafficserver/trafficserver-9.2.9 .tar.bz2 | bzip2 -dc | tar xf - \
42
+ && cd trafficserver-9.2.9 / \
43
43
&& sed -i "s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/" include/tscore/ink_rwlock.h \
44
44
&& sed -i "s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/" include/tscpp/util/TsSharedMutex.h \
45
45
&& 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
34
34
35
35
## Dependencies
36
36
- Alpine Linux 3.20.6
37
- - Apache Traffic Server 9.2.8
37
+ - Apache Traffic Server 9.2.9
38
38
- OpenResty LuaJIT2 v2.1-20230410
39
39
- Go (Version can be found in ` GO_VERSION ` file found at the base of this repository)
40
40
- Other Packages
You can’t perform that action at this time.
0 commit comments