Upgrade PHP to 7.3.5

This commit is contained in:
Ric Harvey
2019-05-04 11:19:45 +01:00
parent eacb2ad1e7
commit ccc75085eb
3 changed files with 3 additions and 2 deletions

View File

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