aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-17 22:41:44 +0900
committernsfisis <nsfisis@gmail.com>2026-02-17 22:41:44 +0900
commitb9e97049979683044ba82f84043eb3aa8ccd1639 (patch)
treea763fefe4ae7e698adb78e8a47aec0fdd54bafa1 /Dockerfile
parentb7f86e3c86b6acdaf288375a47ebc4c9a3ea0f3e (diff)
downloadtiny-php.wasm-b9e97049979683044ba82f84043eb3aa8ccd1639.tar.gz
tiny-php.wasm-b9e97049979683044ba82f84043eb3aa8ccd1639.tar.zst
tiny-php.wasm-b9e97049979683044ba82f84043eb3aa8ccd1639.zip
update php to 8.5HEADmain
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 935a539..2b10ac8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM emscripten/emsdk:5.0.1 AS wasm-builder
-RUN git clone --depth=1 --branch=php-8.4.2 https://github.com/php/php-src
+RUN git clone --depth=1 --branch=php-8.5.3 https://github.com/php/php-src
RUN apt-get update && \
apt-get install -y --no-install-recommends \