Skip to content

Commit cf7b6b6

Browse files
chore: release 1.15.4
1 parent 2ceca69 commit cf7b6b6

10 files changed

Lines changed: 22 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.15.3"
2+
".": "1.15.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.15.4](https://github.com/ymirapp/php-runtime/compare/v1.15.3...v1.15.4) (2025-11-16)
4+
5+
6+
### Dependency Changes
7+
8+
* Updated composer dependencies ([2ceca69](https://github.com/ymirapp/php-runtime/commit/2ceca698ff5d3bc47596f21c6ae60f8f5d849c33))
9+
* Upgrade curl to 8.17.0 ([8a7781a](https://github.com/ymirapp/php-runtime/commit/8a7781ab1451cbeb31f6e3b10b89be935ac18ea5))
10+
* Upgrade imagick to 7.1.2-8 ([efe1a49](https://github.com/ymirapp/php-runtime/commit/efe1a498c1a6ae9a05f4d4629297d0641ef207e8))
11+
* Upgrade nghttp2 to 1.66.0 ([fe8b590](https://github.com/ymirapp/php-runtime/commit/fe8b590dca8bc39107e382dd19ed9a52e22d428b))
12+
* Upgrade php versions ([e94cbaa](https://github.com/ymirapp/php-runtime/commit/e94cbaa7e4b17c68c57d15aeb7a0aa976431d065))
13+
* Upgrade relay to 0.12.1 ([8e61f4d](https://github.com/ymirapp/php-runtime/commit/8e61f4d3d73c0673b29bc235c3efdc67e113737d))
14+
* Upgrade sqlite to 3.51.0 ([99c93e0](https://github.com/ymirapp/php-runtime/commit/99c93e050324c7ae4089baac42c9c4933f93fc32))
15+
316
## [1.15.3](https://github.com/ymirapp/php-runtime/compare/v1.15.2...v1.15.3) (2025-08-23)
417

518

runtime/php-72/Dockerfile

Lines changed: 1 addition & 1 deletion
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.15.3 \
113+
&& git checkout tags/v1.15.4 \
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

Lines changed: 1 addition & 1 deletion
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.15.3 \
118+
&& git checkout tags/v1.15.4 \
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

Lines changed: 1 addition & 1 deletion
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.15.3 \
151+
&& git checkout tags/v1.15.4 \
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

Lines changed: 1 addition & 1 deletion
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.15.3 \
150+
&& git checkout tags/v1.15.4 \
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

Lines changed: 1 addition & 1 deletion
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.15.3 \
149+
&& git checkout tags/v1.15.4 \
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

Lines changed: 1 addition & 1 deletion
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.15.3 \
149+
&& git checkout tags/v1.15.4 \
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-83/Dockerfile

Lines changed: 1 addition & 1 deletion
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.15.3 \
149+
&& git checkout tags/v1.15.4 \
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-84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
145145
# Build PHP runtime
146146
RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
147147
&& cd /tmp/runtime-build \
148-
&& git checkout tags/v1.15.3 \
148+
&& git checkout tags/v1.15.4 \
149149
&& cd /opt \
150150
&& 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 ./ \
151151
&& chmod 0555 /opt/bootstrap /opt/runtime.php \

0 commit comments

Comments
 (0)