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.2 "
2+ "." : " 1.15.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.15.3] ( https://github.com/ymirapp/php-runtime/compare/v1.15.2...v1.15.3 ) (2025-08-23)
4+
5+
6+ ### Dependency Changes
7+
8+ * Updated composer dependencies ([ ab7968c] ( https://github.com/ymirapp/php-runtime/commit/ab7968c78179ca2c18945c53ab59f32fc903a201 ) )
9+ * Upgrade curl to 8.15.0 ([ 21a750c] ( https://github.com/ymirapp/php-runtime/commit/21a750c691909a85b782cead845b0a7748b0be41 ) )
10+ * Upgrade imagick to 7.1.2-1 ([ f88bd21] ( https://github.com/ymirapp/php-runtime/commit/f88bd21fcf5ab7e57781afb202575a53381726f2 ) )
11+ * Upgrade libde265 to 1.0.16 ([ 8f76dca] ( https://github.com/ymirapp/php-runtime/commit/8f76dca04b93b973aa0d89ea199f6fb66247ebce ) )
12+ * Upgrade libwebp to 1.6.0 ([ 0acc651] ( https://github.com/ymirapp/php-runtime/commit/0acc6510cfce23a0a0c9a13895e887036a04a571 ) )
13+ * Upgrade nghttp2 to 1.66.0 ([ d4328b6] ( https://github.com/ymirapp/php-runtime/commit/d4328b69760b0b1fff88df20d503c1596407d2f6 ) )
14+ * Upgrade php versions ([ 688b610] ( https://github.com/ymirapp/php-runtime/commit/688b610b311d754e0624310a7c50e9983222a894 ) )
15+ * Upgrade relay to 0.11.1 ([ ffca105] ( https://github.com/ymirapp/php-runtime/commit/ffca105f00c45e4babd228d47081ca9651da20f0 ) )
16+ * Upgrade sqlite to 3.50.4 ([ 1aa0a61] ( https://github.com/ymirapp/php-runtime/commit/1aa0a618ed4537a3ea5a98a94f67f3c501457f04 ) )
17+
318## [ 1.15.2] ( https://github.com/ymirapp/php-runtime/compare/v1.15.1...v1.15.2 ) (2025-06-27)
419
520
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.2 \
113+ && git checkout tags/v1.15.3 \
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.2 \
118+ && git checkout tags/v1.15.3 \
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.2 \
151+ && git checkout tags/v1.15.3 \
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.2 \
150+ && git checkout tags/v1.15.3 \
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.2 \
149+ && git checkout tags/v1.15.3 \
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.2 \
149+ && git checkout tags/v1.15.3 \
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.2 \
149+ && git checkout tags/v1.15.3 \
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 @@ -145,7 +145,7 @@ COPY php-fpm.conf ${INSTALL_DIR}/etc/php-fpm.d
145145# Build PHP runtime
146146RUN git clone https://github.com/ymirapp/php-runtime.git /tmp/runtime-build \
147147 && cd /tmp/runtime-build \
148- && git checkout tags/v1.15.2 \
148+ && git checkout tags/v1.15.3 \
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 \
You can’t perform that action at this time.
0 commit comments