diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-03 01:43:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-03 01:45:03 +0900 |
| commit | 6233331f23603ebab0a7aa626ff82d71426b3bd6 (patch) | |
| tree | 490affe4d44e251c996502847c2d87ed9d8cab17 /examples/compile-php-to-wasm/Dockerfile | |
| parent | 44655d7a70ee5fd288f691a41631e8a6471d084d (diff) | |
| download | php-waddiwasi-6233331f23603ebab0a7aa626ff82d71426b3bd6.tar.gz php-waddiwasi-6233331f23603ebab0a7aa626ff82d71426b3bd6.tar.zst php-waddiwasi-6233331f23603ebab0a7aa626ff82d71426b3bd6.zip | |
feat: update php and package version
Diffstat (limited to 'examples/compile-php-to-wasm/Dockerfile')
| -rw-r--r-- | examples/compile-php-to-wasm/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/compile-php-to-wasm/Dockerfile b/examples/compile-php-to-wasm/Dockerfile index db8dd0d..1e61133 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 +FROM emscripten/emsdk:3.1.74 -RUN git clone --depth=1 --branch=php-8.3.9 https://github.com/php/php-src +RUN git clone --depth=1 --branch=php-8.4.5 https://github.com/php/php-src RUN apt-get update && \ apt-get install -y --no-install-recommends \ |
