2 Commits

Author SHA1 Message Date
jcabillot 1c6a1e4b7d Merge pull request 'chore(deps): update php docker tag to v8.5' (#6) from renovate/php-8.x into master
Main Release / hadolint (push) Successful in 12s
Main Release / test (push) Successful in 54s
Main Release / build (push) Successful in 16s
Main Release / tag (push) Successful in 17s
Tag Release / hadolint (push) Successful in 12s
Tag Release / test (push) Successful in 52s
Tag Release / build-push (push) Successful in 4m9s
Reviewed-on: #6
2026-06-29 15:35:01 -04:00
renovate d1b6ff6692 chore(deps): update php docker tag to v8.5
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 56s
2026-06-29 14:55:46 +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