Updater bot : fireflyiii updated to 6.0.7

This commit is contained in:
alexbelgium
2023-04-15 01:57:23 +02:00
parent c2894a8850
commit 3b0b400f88
4 changed files with 7 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# # Change data location
# grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g'
ARG BUILD_UPSTREAM="6.0.6"
ARG BUILD_UPSTREAM="6.0.7"
RUN \
# Change upload folder to "ha_upload" since the default one is binded to a volume (see base image)
sed -i "s/'root' => storage_path('upload'),/'root' => storage_path('ha_upload'),/g" /var/www/html/config/filesystems.php