chore: Update docker base image

This commit is contained in:
jubianchi 2017-06-01 19:48:00 +02:00
parent b5a1ae5bcf
commit b2c3b1cf5c
No known key found for this signature in database
GPG key ID: 5D9C896D2AA9E390

View file

@ -1,4 +1,4 @@
FROM php:7-alpine
FROM php:7.1-alpine
RUN apk update && \
apk add graphviz ttf-dejavu && \