Skip to content

Commit 0242e8a

Browse files
authored
Merge pull request #49 from sourceboat/feature/use-latest-alpine
use latest alpine version
2 parents 7dbf1c6 + fff9b69 commit 0242e8a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4.14-fpm-alpine3.11
1+
FROM php:7.4.14-fpm-alpine
22

33
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
44
PHP_OPCACHE_MAX_ACCELERATED_FILES="10000" \
@@ -92,9 +92,8 @@ COPY ./usr/local/bin/startup-commands.php /usr/local/bin/
9292

9393
# configure composer
9494
ENV COMPOSER_ALLOW_SUPERUSER=1 \
95-
COMPOSER_MEMORY_LIMIT=-1
96-
ENV PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
97-
RUN composer global require hirak/prestissimo
95+
COMPOSER_MEMORY_LIMIT=-1 \
96+
PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
9897

9998
# configure yarn
10099
RUN yarn config set strict-ssl false && \

0 commit comments

Comments
 (0)