File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
345345ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
346346RUN set -xe; \
347347 mkdir -p ${ONIG_BUILD_DIR}; \
Original file line number Diff line number Diff 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
346346ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
347347RUN set -xe; \
348348 mkdir -p ${ONIG_BUILD_DIR}; \
Original file line number Diff line number Diff 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
346346ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
347347RUN set -xe; \
348348 mkdir -p ${ONIG_BUILD_DIR}; \
Original file line number Diff line number Diff 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
347347ENV ONIG_BUILD_DIR=${BUILD_DIR}/oniguruma
348348RUN set -xe; \
349349 mkdir -p ${ONIG_BUILD_DIR}; \
You can’t perform that action at this time.
0 commit comments