Compare commits

...

4 Commits

Author SHA1 Message Date
21cdd94c2c Merge pull request 'add phpver' (#2) from main into deployment
All checks were successful
Build Docker Image / build (push) Successful in 1m36s
Reviewed-on: #2
2025-01-20 14:21:26 +00:00
fencl
a2931263f3 add phpver 2025-01-20 15:20:52 +01:00
1f7e9c19bc 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
2025-01-20 13:52:29 +00: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( );
?>