chore: fix Dockerfile FROM quotes, python image lookup, gitlabci #3

Merged
jcabillot merged 2 commits from chore/renovate into master 2026-06-09 11:56:42 -04:00
3 changed files with 17 additions and 2 deletions
Showing only changes of commit 9ce55def15 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
image: "docker:latest" image: docker:latest
services: services:
- "docker:dind" - "docker:dind"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM "python:3.7-alpine" FROM python:3.7-alpine
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF
+15
View File
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": true
},
"packageRules": [
{
"description": "python Docker image was deprecated; use replacementLookup",
"matchDatasources": ["docker"],
"matchPackageNames": ["python"],
"replacementName": "python",
"replacementVersion": "3.13-alpine"
}
]
}