We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11d505 commit 9bcdc85Copy full SHA for 9bcdc85
1 file changed
Dockerfile
@@ -57,7 +57,7 @@ ENV PHP_VERSION 8.0.0
57
ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php-fpm7 php7"
58
59
# add a symlink
60
-RUN ln -s /usr/bin/php7 /usr/bin/php
+RUN ln -s /usr/bin/php8 /usr/bin/php
61
62
# add an info script
63
WORKDIR /opt
0 commit comments