Skip to content

Commit 7464497

Browse files
authored
Release v0.18.7 (alexjustesen#1381)
1 parent 2e76515 commit 7464497

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ RUN apt-get update \
2020
\
2121
# Clean up package lists
2222
&& apt-get clean \
23-
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* \
24-
# Add deprecated image file
25-
&& touch /var/html/www/storage/app/public/.deprecated_image
23+
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
2624

2725
# Copy package configs
2826
COPY --chmod=755 docker/deploy/etc /etc
@@ -40,4 +38,7 @@ RUN composer install \
4038
--no-dev \
4139
--no-cache
4240

41+
# Add deprecated image file
42+
RUN touch /var/www/html/storage/app/public/.deprecated_image
43+
4344
VOLUME /config

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
/**
77
* Build information
88
*/
9-
'build_date' => Carbon::parse('2024-04-09'),
9+
'build_date' => Carbon::parse('2024-04-15'),
1010

11-
'build_version' => 'v0.18.6',
11+
'build_version' => 'v0.18.7',
1212

1313
/**
1414
* General

0 commit comments

Comments
 (0)