Compare commits
No commits in common. "701e4972a12ac96888f4f9dc925a10e018a70dc2" and "22410d3f849b6555fe3d03a5a729f52291724e46" have entirely different histories.
701e4972a1
...
22410d3f84
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ The Searx Docker Image for [searx.sp-codes.de](https://searx.sp-codes.de)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
For a detailed usage guide see https://github.com/asciimoo/filtron
|
For a detailed usage guide see https://searx.github.io/searx/admin/installation-docker.html
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
"^Dockerfile$"
|
"^Dockerfile$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\s+(?<depName>[a-z0-9\\-]+?)=\"(?<currentValue>.*?)\""
|
"\\s+(?<depName>[a-z0-9\\-]+?)=\"(?<currentValue>.*?)\"\\s+"
|
||||||
],
|
],
|
||||||
"lookupNameTemplate": "alpine_3_12/{{{depName}}}",
|
"lookupNameTemplate": "alpine_3_12/{{{depName}}}",
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
|
|
Reference in a new issue