Compare commits

...

2 Commits

Author SHA1 Message Date
fencl
a2931263f3 add phpver 2025-01-20 15:20:52 +01:00
fencl
b55d0cd757 upgrade apache version 2025-01-20 14:51:46 +01:00
2 changed files with 6 additions and 1 deletions

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

5
phpver.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
phpinfo( );
?>