fix: update Alpine base image (#3938)
* fix: update Alpine base image Alpine 3.11 is out of support since nearly a year * chore: help Renovate detect images in the Earthfile
This commit is contained in:
committed by
GitHub
parent
07b69e1795
commit
dcb0ff5f51
@@ -18,6 +18,13 @@
|
||||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"docker": {
|
||||
"fileMatch": [
|
||||
"(^|/)Earthfile$",
|
||||
"(^|/|\\.)Dockerfile$",
|
||||
"(^|/)Dockerfile[^/]*$"
|
||||
]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automatically merge minor and patch-level updates",
|
||||
|
||||
Reference in New Issue
Block a user