File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.15.3 "
2+ "." : " 1.15.4 "
33}
Original file line number Diff line number Diff line change 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
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
110110# Build PHP runtime
111111RUN 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 \
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
115115# Build PHP runtime
116116RUN 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 \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
148148# Build PHP runtime
149149RUN 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 \
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
147147# Build PHP runtime
148148RUN 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 \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146# Build PHP runtime
147147RUN 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 \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
146146# Build PHP runtime
147147RUN 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 \
You can’t perform that action at this time.
0 commit comments