From c6b8f7a5867e1f3c1be8419f5c22a8efef76b5fe Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Mon, 8 Jun 2026 22:28:09 -0400 Subject: [PATCH] Fix hadolint: remove quotes from FROM --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0f2fa5..0ee1aaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM "ubuntu:xenial" +FROM ubuntu:xenial LABEL maintainer="Julien Cabillot " # Inspiré de https://github.com/joshbressers/docker-signal/blob/master/signal/Dockerfile