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:
Florian Greinacher
2024-09-26 17:21:26 +02:00
committed by GitHub
parent 07b69e1795
commit dcb0ff5f51
2 changed files with 9 additions and 2 deletions

View File

@@ -18,6 +18,13 @@
"major": {
"dependencyDashboardApproval": true
},
"docker": {
"fileMatch": [
"(^|/)Earthfile$",
"(^|/|\\.)Dockerfile$",
"(^|/)Dockerfile[^/]*$"
]
},
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",