diff --git a/Dockerfile b/Dockerfile index 8284837..7f3e00d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.3.15-fpm-stretch +FROM php:7.3.16-fpm-stretch RUN apt update && apt -y upgrade