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
2 changed files with 2 additions and 2 deletions
+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