From 4e2efc2b08832cf48e39be6028da356efb27763c Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 5 Oct 2024 21:22:48 +0200 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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