aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-01-10 19:24:46 +0900
committernsfisis <nsfisis@gmail.com>2025-01-10 19:24:46 +0900
commitc6251605c0dfab5709109971935a71a04527b7fb (patch)
tree85c3dad1ab64cccc112778ba4b2419b86757f7b6
parent7e9c65507f2ba51ff7c13cfc18cf29722b89c973 (diff)
downloadtiny-php.wasm-c6251605c0dfab5709109971935a71a04527b7fb.tar.gz
tiny-php.wasm-c6251605c0dfab5709109971935a71a04527b7fb.tar.zst
tiny-php.wasm-c6251605c0dfab5709109971935a71a04527b7fb.zip
update php,emscripten,node
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 1ffc8d3..8fa1318 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
-FROM emscripten/emsdk:3.1.46 AS wasm-builder
+FROM emscripten/emsdk:3.1.74 AS wasm-builder
-RUN git clone --depth=1 --branch=php-8.2.10 https://github.com/php/php-src
+RUN git clone --depth=1 --branch=php-8.4.2 https://github.com/php/php-src
RUN apt-get update && \
apt-get install -y --no-install-recommends \
@@ -65,7 +65,7 @@ RUN emcc \
;
-FROM node:20.7
+FROM node:22.13
WORKDIR /app
COPY --from=wasm-builder /src/php-wasm.js /app/php-wasm.mjs