diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index bb6d0eb5a..08e81d812 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -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 ##################