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

Merged
opencodecabilloteu merged 2 commits from chore/renovate into master 2026-06-10 19:02:21 -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 "alpine:3.23"
FROM alpine:3.23
LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
COPY entrypoint.sh /entrypoint.sh