diff --git a/Dockerfile b/Dockerfile index 79f967f02..ade909109 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,9 +20,7 @@ RUN apt-get update \ \ # Clean up package lists && apt-get clean \ - && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* \ -# Add deprecated image file - && touch /var/html/www/storage/app/public/.deprecated_image + && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* # Copy package configs COPY --chmod=755 docker/deploy/etc /etc @@ -40,4 +38,7 @@ RUN composer install \ --no-dev \ --no-cache +# Add deprecated image file +RUN touch /var/www/html/storage/app/public/.deprecated_image + VOLUME /config diff --git a/config/speedtest.php b/config/speedtest.php index d49f5ad8f..2637cd9d4 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,9 +6,9 @@ /** * Build information */ - 'build_date' => Carbon::parse('2024-04-09'), + 'build_date' => Carbon::parse('2024-04-15'), - 'build_version' => 'v0.18.6', + 'build_version' => 'v0.18.7', /** * General