Skip to content

Commit 6b9eae9

Browse files
Upgrade to oniguruma 6.9.9
1 parent 1fe1a1f commit 6b9eae9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
341341
# https://github.com/kkos/oniguruma/releases
342342
# Needed by:
343343
# - php mbstring
344-
ENV VERSION_ONIG=6.9.8
344+
ENV VERSION_ONIG=6.9.9
345345
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
346346
RUN set -xe; \
347347
mkdir -p ${ONIG_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
342342
# https://github.com/kkos/oniguruma/releases
343343
# Needed by:
344344
# - php mbstring
345-
ENV VERSION_ONIG=6.9.8
345+
ENV VERSION_ONIG=6.9.9
346346
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
347347
RUN set -xe; \
348348
mkdir -p ${ONIG_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
342342
# https://github.com/kkos/oniguruma/releases
343343
# Needed by:
344344
# - php mbstring
345-
ENV VERSION_ONIG=6.9.8
345+
ENV VERSION_ONIG=6.9.9
346346
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
347347
RUN set -xe; \
348348
mkdir -p ${ONIG_BUILD_DIR}; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
343343
# https://github.com/kkos/oniguruma/releases
344344
# Needed by:
345345
# - php mbstring
346-
ENV VERSION_ONIG=6.9.8
346+
ENV VERSION_ONIG=6.9.9
347347
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
348348
RUN set -xe; \
349349
mkdir -p ${ONIG_BUILD_DIR}; \

0 commit comments

Comments
 (0)