Merge pull request #16 from boite/develop

Use php:7.2-fpm-alpine image
This commit is contained in:
Kévin Dunglas 2018-06-14 13:04:03 +02:00 committed by GitHub
commit 0160ba3ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
FROM composer:1.5
FROM php:7.1-fpm-alpine
FROM php:7.2-fpm-alpine
RUN apk add --no-cache --virtual .persistent-deps \
git \