Update Dockerfile

This commit is contained in:
2020-03-31 11:30:33 +02:00
committed by GitHub
parent 42382bb846
commit b53501a63e
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.3.15-fpm-stretch
FROM php:7.3.16-fpm-stretch
RUN apt update && apt -y upgrade