From 6b9eae9a9f231233074f46474b6b854b4f98a222 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 20 Oct 2023 11:28:38 +0100 Subject: [PATCH] Upgrade to oniguruma 6.9.9 --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index c88778c..be34eba 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -341,7 +341,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install # https://github.com/kkos/oniguruma/releases # Needed by: # - php mbstring -ENV VERSION_ONIG=6.9.8 +ENV VERSION_ONIG=6.9.9 ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma RUN set -xe; \ mkdir -p ${ONIG_BUILD_DIR}; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index d333e60..43c89a3 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -342,7 +342,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install # https://github.com/kkos/oniguruma/releases # Needed by: # - php mbstring -ENV VERSION_ONIG=6.9.8 +ENV VERSION_ONIG=6.9.9 ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma RUN set -xe; \ mkdir -p ${ONIG_BUILD_DIR}; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 964438b..329be06 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -342,7 +342,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install # https://github.com/kkos/oniguruma/releases # Needed by: # - php mbstring -ENV VERSION_ONIG=6.9.8 +ENV VERSION_ONIG=6.9.9 ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma RUN set -xe; \ mkdir -p ${ONIG_BUILD_DIR}; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index d917613..81837c6 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -343,7 +343,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install # https://github.com/kkos/oniguruma/releases # Needed by: # - php mbstring -ENV VERSION_ONIG=6.9.8 +ENV VERSION_ONIG=6.9.9 ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma RUN set -xe; \ mkdir -p ${ONIG_BUILD_DIR}; \