From c1d959ed9039a4067ae2389d201179e92a4b176f Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 5 Oct 2019 22:25:05 -0400 Subject: [PATCH] updated dockerfile to latest version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3294b59..14a747d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Copying files in the dockerfile is kind of a mess. Actually not really. # Just remember when linking files in code, follow the method below. -FROM php:7.0-apache +FROM php:7.3.10-apache # RUN /bin/bash -c "cd /var/www/html && mkdir assets && mkdir css && mkdir img && mkdir webfonts" COPY src/ /var/www/html EXPOSE 80