Skip to content

Commit

Permalink
Release v0.18.7 (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Apr 15, 2024
1 parent 2e76515 commit 7464497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions config/speedtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7464497

Please sign in to comment.