mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Downgrade Docker image php version to 7.3.12
This commit is contained in:
@ -18,7 +18,7 @@ RUN composer dump-autoload --optimize --classmap-authoritative
|
|||||||
|
|
||||||
##### STAGE 2 #####
|
##### STAGE 2 #####
|
||||||
|
|
||||||
FROM php:7.4.0-fpm-alpine
|
FROM php:7.3.12-fpm-alpine
|
||||||
|
|
||||||
# Use the default production configuration
|
# Use the default production configuration
|
||||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||||
|
|||||||
Reference in New Issue
Block a user