1 Commits

Author SHA1 Message Date
renovate 8a9f48734e Update php Docker tag to v8 2026-06-09 12:36:10 +00:00
2 changed files with 1 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.4-apache FROM php:8.5-apache
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>" LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
-17
View File
@@ -1,17 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Detect Docker images in Jenkins pipeline files",
"fileMatch": [
"Jenkinsfile$",
"Jenkinsfile-pod-template\\.yml$"
],
"matchStrings": [
"image:\\s*['\"]?(?<depName>[^'\"\\s]+):(?<currentValue>[^'\"\\s]+)['\"]?"
],
"datasourceTemplate": "docker"
}
]
}