Skip to content

Commit 8569ef5

Browse files
committed
docs/Dockerfile: update to PHP 7.2
* PHPDox was fixed to correctly support PHP 7.2 in the v0.11 release. See theseer/phpdox#322. * Clarify that we're using the CLI image variant (note that 7.2 is the same as 7.2-cli). NOTE: We would like to use 7.2-cli-alpine for the builder image, even though it has no effect on the final image, since it affects the intermediate images for local building. However, PHPDox has problems with the alpine image (likely due to the poor support of `iconv`).
1 parent b68e841 commit 8569ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.1 as builder
1+
FROM php:7.2-cli as builder
22

33
# Install phpDox - https://github.com/theseer/phpdox
44
# - dependency: XSL

0 commit comments

Comments
 (0)