Rollback PHP to 7.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler
2020-12-27 02:53:41 -05:00
parent a1ac81a73a
commit 9daa8a6667
7 changed files with 73 additions and 9 deletions

View File

@ -1,3 +1,3 @@
FROM php:8-fpm-alpine
FROM php:7.4-fpm-alpine
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer