update php to 7.1.9

This commit is contained in:
Ric Harvey
2017-09-04 09:30:24 +01:00
parent 5e0108f56e
commit 62032f9e1a
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.1.8-fpm-alpine
FROM php:7.1.9-fpm-alpine
MAINTAINER Ric Harvey <ric@ngd.io>