Specifying php-version for docker

This commit is contained in:
Jarkko Toivanen 2024-12-23 20:28:45 +02:00
parent de4cbe9ee6
commit 97bbaef8a7
Signed by: jt
GPG key ID: 9151B109B73ECAD5

View file

@ -1,3 +1,3 @@
FROM docker.io/php:apache FROM docker.io/php:8-apache
COPY src/ /var/www/html/ COPY src/ /var/www/html/