Upgrade to PHP 7.3.6

This commit is contained in:
Ric Harvey
2019-06-05 11:14:33 +01:00
parent 0003610932
commit 7d90473a83
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.3.5-fpm-alpine3.9
FROM php:7.3.6-fpm-alpine3.9
LABEL maintainer="Ric Harvey <ric@ngd.io>"