fix regex
This commit is contained in:
parent
a2d31dc8c1
commit
4569848756
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"versioningTemplate": "docker",
|
"versioningTemplate": "docker",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"image: (?<depName>.*?):(?<currentValue>.*?)\s"
|
"image: (?<depName>.*?):(?<currentValue>.*?)\\s"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue