File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
2826COPY --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+
4344VOLUME /config
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments