From b9e97049979683044ba82f84043eb3aa8ccd1639 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 17 Feb 2026 22:41:44 +0900 Subject: update php to 8.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.3-1-g0d28