Merge pull request 'upgrade apache version' (#1) from main into deployment
All checks were successful
Build Docker Image / build (push) Successful in 1m37s

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-01-20 13:52:29 +00:00

View File

@@ -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