Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 29944f9

Browse files
committed
Fix libv8 docker image location [skip ci]
1 parent eaf692f commit 29944f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/release-libv8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ To track v8 changes you can use these links:
2323
1. Copy fresh `libv8-X.Y` build packages from `libv8-experimental` (default target for all libv8 builds we trigger)
2424
to it `libv8-X.Y` PPA. Do not rebuild, just copy binaries.
2525
2. **Wait for packages copied and published!**
26-
3. Build [libv8](https://github.com/pinepain/libv8) docker image, tag it with the relevant v8 full version and push to
27-
Docker Hub.
26+
3. Build [pinepain/libv8](https://github.com/pinepain/dockerfiles/tree/master/libv8) docker image, tag it with the
27+
relevant v8 full version and push to Docker Hub.
2828
4. You may want to set proper `V8` version in `php-v8` by updating it in `.travis.yml`.
2929
5. Make sure you have proper `php-v8` version set in `packaging/Dockerfile` under `V8` constant.
3030

0 commit comments

Comments
 (0)