From 6120682ace94e080f2113419cde93a1af6c7d89f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:26:51 +0900 Subject: feat: update php from 8.2.10 to 8.3.9 --- examples/compile-php-to-wasm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/compile-php-to-wasm/Dockerfile') diff --git a/examples/compile-php-to-wasm/Dockerfile b/examples/compile-php-to-wasm/Dockerfile index 18e703f..db8dd0d 100644 --- a/examples/compile-php-to-wasm/Dockerfile +++ b/examples/compile-php-to-wasm/Dockerfile @@ -1,6 +1,6 @@ FROM emscripten/emsdk:3.1.62 -RUN git clone --depth=1 --branch=php-8.2.10 https://github.com/php/php-src +RUN git clone --depth=1 --branch=php-8.3.9 https://github.com/php/php-src RUN apt-get update && \ apt-get install -y --no-install-recommends \ -- cgit v1.2.3-70-g09d2