Merge pull request 'chore: fix Dockerfile FROM quotes, python image lookup, gitlabci' (#3) from chore/renovate into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 46s
Docker Build and Push / test (push) Successful in 14s
Docker Build and Push / push (push) Successful in 24s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2026-06-09 11:56:39 -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:
- "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