File tree 9 files changed +397
-390
lines changed
9 files changed +397
-390
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 1.11.1] ( https://github.com/ymirapp/php-runtime/compare/v1.11.0...v1.11.1 ) (2023-11-16)
4
11
5
12
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
110
110
# Build PHP runtime
111
111
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
112
112
&& cd /tmp/runtime-build \
113
- && git checkout tags/v1.11.1 \
113
+ && git checkout tags/v1.11.2 \
114
114
&& cd /opt \
115
115
&& 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 ./ \
116
116
&& chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
115
115
# Build PHP runtime
116
116
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
117
117
&& cd /tmp/runtime-build \
118
- && git checkout tags/v1.11.1 \
118
+ && git checkout tags/v1.11.2 \
119
119
&& cd /opt \
120
120
&& 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 ./ \
121
121
&& chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
148
148
# Build PHP runtime
149
149
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
150
150
&& cd /tmp/runtime-build \
151
- && git checkout tags/v1.11.1 \
151
+ && git checkout tags/v1.11.2 \
152
152
&& cd /opt \
153
153
&& 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 ./ \
154
154
&& chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
147
147
# Build PHP runtime
148
148
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
149
149
&& cd /tmp/runtime-build \
150
- && git checkout tags/v1.11.1 \
150
+ && git checkout tags/v1.11.2 \
151
151
&& cd /opt \
152
152
&& 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 ./ \
153
153
&& chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146
146
# Build PHP runtime
147
147
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148
148
&& cd /tmp/runtime-build \
149
- && git checkout tags/v1.11.1 \
149
+ && git checkout tags/v1.11.2 \
150
150
&& cd /opt \
151
151
&& 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 ./ \
152
152
&& chmod 0555 /opt/bootstrap /opt/runtime.php \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146
146
# Build PHP runtime
147
147
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
148
148
&& cd /tmp/runtime-build \
149
- && git checkout tags/v1.11.1 \
149
+ && git checkout tags/v1.11.2 \
150
150
&& cd /opt \
151
151
&& 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 ./ \
152
152
&& chmod 0555 /opt/bootstrap /opt/runtime.php \
You can’t perform that action at this time.
0 commit comments