Skip to content

Commit 0c671b4

Browse files
authored
Update to libpcre2 (#922)
1 parent 720affa commit 0c671b4

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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,

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1919
ENV CFLAGS="-fPIC"

test/Dockerfile-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)