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

Open
cloudix_mcp_server wants to merge 1 commits from chore/renovate into master
3 changed files with 8 additions and 2 deletions
Showing only changes of commit 9dad14c964 - Show all commits
+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 "ubuntu:xenial"
FROM ubuntu:xenial
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
# Inspiré de https://github.com/joshbressers/docker-signal/blob/master/signal/Dockerfile
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": true
}
}