update to php 7.4.9

This commit is contained in:
Ric Harvey
2020-08-11 08:20:54 +01:00
parent caf10ecded
commit 2d7fef8f62
4 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.4.8-fpm-alpine
FROM php:7.4.9-fpm-alpine
LABEL maintainer="Ric Harvey <ric@ngd.io>"