diff --git a/Dockerfile b/Dockerfile index 79068fe..690fcb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use PHP with Apache as the base image -FROM python:3.9-slim +FROM python:latest #Copy Project COPY . /app