aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-17 22:37:49 +0900
committernsfisis <nsfisis@gmail.com>2026-02-17 22:37:49 +0900
commitb7f86e3c86b6acdaf288375a47ebc4c9a3ea0f3e (patch)
treecd27e05895852995522b87a1634a938c3f0d4928 /Dockerfile
parentfa60c26fe580bbf6ae01743c9ae831cb030d2b8d (diff)
downloadtiny-php.wasm-b7f86e3c86b6acdaf288375a47ebc4c9a3ea0f3e.tar.gz
tiny-php.wasm-b7f86e3c86b6acdaf288375a47ebc4c9a3ea0f3e.tar.zst
tiny-php.wasm-b7f86e3c86b6acdaf288375a47ebc4c9a3ea0f3e.zip
update emscripten
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f50804d..935a539 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM emscripten/emsdk:3.1.74 AS wasm-builder
+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