diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-11 02:26:51 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-11 02:26:51 +0900 |
| commit | 6120682ace94e080f2113419cde93a1af6c7d89f (patch) | |
| tree | eac7c20364b4fdb7490b46edb9dccb87a6cd076a /examples/compile-php-to-wasm/Dockerfile | |
| parent | 1870a964cb3586558a4a8282a7625ca3a5b09254 (diff) | |
| download | php-waddiwasi-6120682ace94e080f2113419cde93a1af6c7d89f.tar.gz php-waddiwasi-6120682ace94e080f2113419cde93a1af6c7d89f.tar.zst php-waddiwasi-6120682ace94e080f2113419cde93a1af6c7d89f.zip | |
feat: update php from 8.2.10 to 8.3.9
Diffstat (limited to 'examples/compile-php-to-wasm/Dockerfile')
| -rw-r--r-- | examples/compile-php-to-wasm/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
