diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-11 02:00:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-11 02:00:06 +0900 |
| commit | 1870a964cb3586558a4a8282a7625ca3a5b09254 (patch) | |
| tree | c5e4161cd0a62e0ccfba11f6a1950050bbef3576 /examples/compile-php-to-wasm/Dockerfile | |
| parent | 2e3505bea41552ba28978399cddead52d64d7e85 (diff) | |
| download | php-waddiwasi-1870a964cb3586558a4a8282a7625ca3a5b09254.tar.gz php-waddiwasi-1870a964cb3586558a4a8282a7625ca3a5b09254.tar.zst php-waddiwasi-1870a964cb3586558a4a8282a7625ca3a5b09254.zip | |
feat: update emscripten/emsdk from 3.1.46 to 3.1.62
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 eb58f15..18e703f 100644 --- a/examples/compile-php-to-wasm/Dockerfile +++ b/examples/compile-php-to-wasm/Dockerfile @@ -1,4 +1,4 @@ -FROM emscripten/emsdk:3.1.46 +FROM emscripten/emsdk:3.1.62 RUN git clone --depth=1 --branch=php-8.2.10 https://github.com/php/php-src |
