chore(deps): update php docker tag to v8.5 #6

Open
renovate wants to merge 1 commits from renovate/php-8.x into master
Showing only changes of commit a93273d351 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.3-apache
FROM php:8.5-apache
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
# hadolint ignore=DL3008,DL3015,SC3009