Skip to content

Commit 9bcdc85

Browse files
authored
Update Dockerfile
1 parent d11d505 commit 9bcdc85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ENV PHP_VERSION 8.0.0
5757
ENV LD_PRELOAD="/usr/lib/preloadable_libiconv.so php-fpm7 php7"
5858

5959
# add a symlink
60-
RUN ln -s /usr/bin/php7 /usr/bin/php
60+
RUN ln -s /usr/bin/php8 /usr/bin/php
6161

6262
# add an info script
6363
WORKDIR /opt

0 commit comments

Comments
 (0)