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