Skip to content

Commit bcfa8cd

Browse files
committed
Use alpine images
1 parent 2133bd0 commit bcfa8cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/template/php.dockerfile.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Composer installation
2-
FROM php:{{ php_version }}-fpm AS composer
2+
FROM php:{{ php_version }}-fpm-alpine AS composer
33
WORKDIR /app
44

55
## install composer dependencies
@@ -12,7 +12,7 @@ RUN composer install --optimize-autoloader --no-dev
1212
{% include 'partials/node.dockerfile.twig' %}
1313

1414
# build php-fpm image
15-
FROM php:{{ php_version }}-fpm
15+
FROM php:{{ php_version }}-fpm-alpine
1616
WORKDIR /app
1717

1818
# install required extensions

0 commit comments

Comments
 (0)