Skip to content

Commit

Permalink
chore: release 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and carlalexander committed Dec 3, 2024
1 parent fb29448 commit f32c818
Show file tree
Hide file tree
Showing 11 changed files with 463 additions and 456 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.12.2"
".": "1.12.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.12.3](https://github.com/ymirapp/php-runtime/compare/v1.12.2...v1.12.3) (2024-11-23)


### Bug Fixes

* Don't rewrite `/wp-login.php` requests with bedrock ([fb29448](https://github.com/ymirapp/php-runtime/commit/fb29448fb275e5ca6422c340b36cbce4fc6f23c3))

## [1.12.2](https://github.com/ymirapp/php-runtime/compare/v1.12.1...v1.12.2) (2024-06-04)


Expand Down
448 changes: 224 additions & 224 deletions layers.json

Large diffs are not rendered by default.

448 changes: 224 additions & 224 deletions layers.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion runtime/php-72/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2 \
&& git checkout tags/v1.12.3 \
&& 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 \
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-73/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2 \
&& git checkout tags/v1.12.3 \
&& 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 \
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-74/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2 \
&& git checkout tags/v1.12.3 \
&& 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 \
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2 \
&& git checkout tags/v1.12.3 \
&& 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 \
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2 \
&& git checkout tags/v1.12.3 \
&& 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 \
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2 \
&& git checkout tags/v1.12.3 \
&& 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 \
Expand Down
2 changes: 1 addition & 1 deletion runtime/php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2 \
&& git checkout tags/v1.12.3 \
&& 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 \
Expand Down

0 comments on commit f32c818

Please sign in to comment.