From b55d0cd757ad195cb438a36aa02c4d48e09c2809 Mon Sep 17 00:00:00 2001 From: fencl Date: Mon, 20 Jan 2025 14:51:46 +0100 Subject: [PATCH] upgrade apache version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94f22e9..8fe0978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #FROM php:8.0-apache -FROM --platform=linux/amd64 php:8.0-apache +FROM --platform=linux/amd64 php:8.4-apache WORKDIR /var/www/html #COPY index.php index.php