chore: fix Dockerfile FROM quotes, gitlabci image quotes, add python image lookup fix
Docker Build and Push / build (pull_request) Successful in 53s

This commit is contained in:
2026-06-09 02:17:23 +00:00
parent 4da13e2357
commit 9ce55def15
3 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
image: "docker:latest"
image: docker:latest
services:
- "docker:dind"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM "python:3.7-alpine"
FROM python:3.7-alpine
ARG BUILD_DATE
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"
}
]
}