From 23920ec1f1f545a23f97e33a120fd6186a11d565 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 17 May 2022 15:16:16 +0200 Subject: [PATCH] Update Dockerfile --- fireflyiii/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##################