diff --git a/CHANGELOG.md b/CHANGELOG.md index b42c1ed..3a71369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.2](https://github.com/ymirapp/php-runtime/compare/v1.11.1...v1.11.2) (2023-11-28) + + +### Bug Fixes + +* use php 8.2 version of the relay extension ([857b858](https://github.com/ymirapp/php-runtime/commit/857b8587aa40bc73d0b24a4a7e15af3d999f63bd)) + ## [1.11.1](https://github.com/ymirapp/php-runtime/compare/v1.11.0...v1.11.1) (2023-11-16) diff --git a/runtime/php-72/Dockerfile b/runtime/php-72/Dockerfile index 62c7c94..4523c2b 100644 --- a/runtime/php-72/Dockerfile +++ b/runtime/php-72/Dockerfile @@ -110,7 +110,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.11.1 \ + && git checkout tags/v1.11.2 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-73/Dockerfile b/runtime/php-73/Dockerfile index 14ffcb2..3eb6e5d 100644 --- a/runtime/php-73/Dockerfile +++ b/runtime/php-73/Dockerfile @@ -115,7 +115,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.11.1 \ + && git checkout tags/v1.11.2 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-74/Dockerfile b/runtime/php-74/Dockerfile index d7ffc46..5eba9c9 100644 --- a/runtime/php-74/Dockerfile +++ b/runtime/php-74/Dockerfile @@ -148,7 +148,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.11.1 \ + && git checkout tags/v1.11.2 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-80/Dockerfile b/runtime/php-80/Dockerfile index 1b9bfa8..e0d2beb 100644 --- a/runtime/php-80/Dockerfile +++ b/runtime/php-80/Dockerfile @@ -147,7 +147,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.11.1 \ + && git checkout tags/v1.11.2 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-81/Dockerfile b/runtime/php-81/Dockerfile index f934964..3c35167 100644 --- a/runtime/php-81/Dockerfile +++ b/runtime/php-81/Dockerfile @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.11.1 \ + && git checkout tags/v1.11.2 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \ diff --git a/runtime/php-82/Dockerfile b/runtime/php-82/Dockerfile index c404dee..6d677f9 100644 --- a/runtime/php-82/Dockerfile +++ b/runtime/php-82/Dockerfile @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d # Build PHP runtime RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \ && cd /tmp/runtime-build \ - && git checkout tags/v1.11.1 \ + && git checkout tags/v1.11.2 \ && cd /opt \ && cp -R /tmp/runtime-build/composer.json /tmp/runtime-build/composer.lock /tmp/runtime-build/runtime/bootstrap /tmp/runtime-build/runtime/runtime.php /tmp/runtime-build/src /tmp/runtime-build/templates ./ \ && chmod 0555 /opt/bootstrap /opt/runtime.php \