We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e49449 commit cbf585bCopy full SHA for cbf585b
docker/Dockerfile
@@ -87,8 +87,8 @@ COPY build_scripts/build-swig.sh /build_scripts/
87
RUN export SWIG_ROOT=swig-4.0.2 && \
88
export SWIG_HASH=d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc && \
89
export SWIG_DOWNLOAD_URL=https://sourceforge.net/projects/swig/files/swig/${SWIG_ROOT} && \
90
- export PCRE_ROOT=pcre-8.44 && \
91
- export PCRE_HASH=aecafd4af3bd0f3935721af77b889d9024b2e01d96b58471bd91a3063fb47728 && \
+ export PCRE_ROOT=pcre-8.45 && \
+ export PCRE_HASH=4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09 && \
92
export PCRE_DOWNLOAD_URL=https://ftp.pcre.org/pub/pcre && \
93
manylinux-entrypoint /build_scripts/build-swig.sh
94
0 commit comments