Skip to content

Commit

Permalink
Merge pull request #231 from GrahamCampbell/oniguruma
Browse files Browse the repository at this point in the history
Upgrade oniguruma to 6.9.10
  • Loading branch information
mnapoli authored Jan 17, 2025
2 parents e8e23c8 + 98585b9 commit 82654fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,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.9
ENV VERSION_ONIG=6.9.10
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
RUN set -xe; \
mkdir -p ${ONIG_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,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.9
ENV VERSION_ONIG=6.9.10
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
RUN set -xe; \
mkdir -p ${ONIG_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,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.9
ENV VERSION_ONIG=6.9.10
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
RUN set -xe; \
mkdir -p ${ONIG_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,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.9
ENV VERSION_ONIG=6.9.10
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
RUN set -xe; \
mkdir -p ${ONIG_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,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.9
ENV VERSION_ONIG=6.9.10
ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
RUN set -xe; \
mkdir -p ${ONIG_BUILD_DIR}; \
Expand Down

0 comments on commit 82654fc

Please sign in to comment.