Upgrade to php 7.4.5

This commit is contained in:
Ric Harvey
2020-04-20 15:56:13 +01:00
parent 5f7fcc2d5f
commit e0d5b45797
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.4.2-fpm-alpine3.11
FROM php:7.4.5-fpm-alpine3.11
LABEL maintainer="Ric Harvey <ric@ngd.io>"