Skip to content

Commit 9bd34ed

Browse files
committed
Fix typo on grep when checking php-version
1 parent 76da02e commit 9bd34ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-worker/Dockerfile-70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ENTRYPOINT ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]
6262
#--------------------------------------------------------------------------
6363
#
6464

65-
RUN php -v | head -n 1 | grep -q "PHP "7.0."
65+
RUN php -v | head -n 1 | grep -q "PHP 7.0."
6666

6767
#
6868
#--------------------------------------------------------------------------

0 commit comments

Comments
 (0)