Update Dockerfile

This commit is contained in:
2020-03-05 11:35:11 +01:00
committed by GitHub
parent 5b10d9b274
commit 42382bb846
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.3.14-fpm-stretch
FROM php:7.3.15-fpm-stretch
RUN apt update && apt -y upgrade