Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a9f48734e |
+1
-1
@@ -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>"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user