Update to use php 7.2 image

This commit is contained in:
Deon George 2018-04-10 21:46:24 +10:00
parent f9e3b2927a
commit ea051352c0
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# This file is a template, and might need editing before it works on your project.
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/php
image: registry.leenooks.net/leenooks/php:7.1-fpm-plus
image: registry.leenooks.net/leenooks/php:7.2-fpm-plus
# Pick zero or more services to be used on all builds.
# Only needed when using a docker container to run your tests in.