1 Commits

Author SHA1 Message Date
renovate ba6ffb9441 chore(deps): update php docker tag to v8.5
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 50s
2026-06-29 12:15:07 +00:00
+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