Update php Docker tag to v8.5 #5

Open
renovate wants to merge 1 commits from renovate/php-8.x into main
Showing only changes of commit 62d2d44289 - Show all commits

View File

@@ -1,4 +1,4 @@
FROM php:8.4-apache
FROM php:8.5-apache
COPY php.ini /usr/local/etc/php/php.ini
RUN apt-get update && apt-get install -y \