File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,11 @@ jobs:
4040 matrix :
4141 nginx_version :
4242 [
43- 1.15.12,
44- 1.16.1,
45- 1.17.10,
46- 1.18.0,
47- 1.19.10,
48- 1.20.2,
4943 1.21.6,
5044 1.22.1,
5145 1.23.4,
5246 1.24.0,
5347 1.25.5,
54- 1.26.0,
55- 1.26.1,
56- 1.26.2,
5748 1.26.3,
5849 1.27.0,
5950 1.27.1,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update && \
1313 libtool \
1414 ssh \
1515 wget \
16- libpcre3 libpcre3 -dev \
16+ libpcre2 -dev \
1717 zlib1g-dev
1818
1919ENV CFLAGS="-fPIC"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -x \
1414 git \
1515 gnupg2 \
1616 jq \
17- libpcre3 libpcre3 -dev \
17+ libpcre2 -dev \
1818 libssl-dev \
1919 python3 \
2020 software-properties-common \
You can’t perform that action at this time.
0 commit comments