From 6ff8e04aa7d52a504f9c9e1d7780776bada27faf Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 6 Jul 2023 13:53:01 +1000 Subject: [PATCH] Update cache buster --- alpine/5/Dockerfile | 2 +- alpine/5/cache_buster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/5/Dockerfile b/alpine/5/Dockerfile index 819fc0a..3826a6c 100644 --- a/alpine/5/Dockerfile +++ b/alpine/5/Dockerfile @@ -102,7 +102,7 @@ WORKDIR /var/www/app # Do not remove this ENV ENV IS_DOCKER true -RUN /usr/local/bin/composer install --no-dev --no-cache +RUN /usr/local/bin/composer install --no-dev # Override the environment settings from projects .env file ENV APP_ENV production diff --git a/alpine/5/cache_buster b/alpine/5/cache_buster index e38ef8f..a596675 100644 --- a/alpine/5/cache_buster +++ b/alpine/5/cache_buster @@ -1 +1 @@ -Fri Jul 2 7:33:22 +00 2021 \ No newline at end of file +Fri Jul 2 7:33:22 +00 2023 \ No newline at end of file