Skip to content

Commit 98585b9

Browse files
Upgrade oniguruma to 6.9.10
1 parent f5016fd commit 98585b9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
362362
# https://github.com/kkos/oniguruma/releases
363363
# Needed by:
364364
# - php mbstring
365-
ENV VERSION_ONIG=6.9.9
365+
ENV VERSION_ONIG=6.9.10
366366
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
367367
RUN set -xe; \
368368
mkdir -p ${ONIG_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
363363
# https://github.com/kkos/oniguruma/releases
364364
# Needed by:
365365
# - php mbstring
366-
ENV VERSION_ONIG=6.9.9
366+
ENV VERSION_ONIG=6.9.10
367367
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
368368
RUN set -xe; \
369369
mkdir -p ${ONIG_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
363363
# https://github.com/kkos/oniguruma/releases
364364
# Needed by:
365365
# - php mbstring
366-
ENV VERSION_ONIG=6.9.9
366+
ENV VERSION_ONIG=6.9.10
367367
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
368368
RUN set -xe; \
369369
mkdir -p ${ONIG_BUILD_DIR}; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
363363
# https://github.com/kkos/oniguruma/releases
364364
# Needed by:
365365
# - php mbstring
366-
ENV VERSION_ONIG=6.9.9
366+
ENV VERSION_ONIG=6.9.10
367367
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
368368
RUN set -xe; \
369369
mkdir -p ${ONIG_BUILD_DIR}; \

php-84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ RUN cd ${POSTGRES_BUILD_DIR}/src/include && make install
363363
# https://github.com/kkos/oniguruma/releases
364364
# Needed by:
365365
# - php mbstring
366-
ENV VERSION_ONIG=6.9.9
366+
ENV VERSION_ONIG=6.9.10
367367
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
368368
RUN set -xe; \
369369
mkdir -p ${ONIG_BUILD_DIR}; \

0 commit comments

Comments
 (0)