Update Dockerfile

This commit is contained in:
Alexandre
2022-05-17 15:16:16 +02:00
committed by GitHub
parent a6baaacbcc
commit 23920ec1f1

View File

@@ -33,7 +33,7 @@ RUN \
#################
# Fix for 5.7.5 #
#################
if [ "$BUILD_UPSTREAM" = "5.7.5" ] ; then \
if [ "$BUILD_UPSTREAM" == "5.7.5" ] ; then \
sed -i "s|, \$transaction['amount'] ?? '0');|, (string)(\$transaction['amount'] ?? '0'));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; fi
##################