Skip to content

Commit b3e7203

Browse files
github-actions[bot]carlalexander
authored andcommitted
chore: release 1.11.2
1 parent 857b858 commit b3e7203

File tree

9 files changed

+397
-390
lines changed

9 files changed

+397
-390
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.11.2](https://github.com/ymirapp/php-runtime/compare/v1.11.1...v1.11.2) (2023-11-28)
4+
5+
6+
### Bug Fixes
7+
8+
* use php 8.2 version of the relay extension ([857b858](https://github.com/ymirapp/php-runtime/commit/857b8587aa40bc73d0b24a4a7e15af3d999f63bd))
9+
310
## [1.11.1](https://github.com/ymirapp/php-runtime/compare/v1.11.0...v1.11.1) (2023-11-16)
411

512

layers.json

+192-192
Large diffs are not rendered by default.

layers.php

+192-192
Large diffs are not rendered by default.

runtime/php-72/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
110110
# Build PHP runtime
111111
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
112112
&& cd /tmp/runtime-build \
113-
&& git checkout tags/v1.11.1 \
113+
&& git checkout tags/v1.11.2 \
114114
&& cd /opt \
115115
&& 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 ./ \
116116
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-73/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
115115
# Build PHP runtime
116116
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
117117
&& cd /tmp/runtime-build \
118-
&& git checkout tags/v1.11.1 \
118+
&& git checkout tags/v1.11.2 \
119119
&& cd /opt \
120120
&& 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 ./ \
121121
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-74/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
148148
# Build PHP runtime
149149
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
150150
&& cd /tmp/runtime-build \
151-
&& git checkout tags/v1.11.1 \
151+
&& git checkout tags/v1.11.2 \
152152
&& cd /opt \
153153
&& 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 ./ \
154154
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-80/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
147147
# Build PHP runtime
148148
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
149149
&& cd /tmp/runtime-build \
150-
&& git checkout tags/v1.11.1 \
150+
&& git checkout tags/v1.11.2 \
151151
&& cd /opt \
152152
&& 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 ./ \
153153
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-81/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146
# Build PHP runtime
147147
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148148
&& cd /tmp/runtime-build \
149-
&& git checkout tags/v1.11.1 \
149+
&& git checkout tags/v1.11.2 \
150150
&& cd /opt \
151151
&& 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 ./ \
152152
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

runtime/php-82/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146
# Build PHP runtime
147147
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148148
&& cd /tmp/runtime-build \
149-
&& git checkout tags/v1.11.1 \
149+
&& git checkout tags/v1.11.2 \
150150
&& cd /opt \
151151
&& 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 ./ \
152152
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

0 commit comments

Comments
 (0)