Update PCRE2 from 10.42=>10.43

This commit is contained in:
Seednode 2024-02-25 10:06:38 -06:00
parent 596035aafc
commit 57f7de2b91

View file

@ -16,7 +16,7 @@ RUN apk add --update-cache \
# download pcre library
WORKDIR /src/pcre
ARG PCRE_VER=10.42
ARG PCRE_VER=10.43
RUN curl -L -O "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${PCRE_VER}/pcre2-${PCRE_VER}.tar.gz" \
&& tar xzf "/src/pcre/pcre2-${PCRE_VER}.tar.gz"