From d1433757008ead1da55bf14dc62d1c12c471e8ae Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 24 Nov 2024 09:56:08 +0100 Subject: [PATCH] fix image label (hope so) --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 160793c..5c0f17d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ ARG CANAL stable ENV CNL_DOTCLEAR=$CANAL # Image label -LABEL org.opencontainers.image.source=https://github.com/JcDenis/docker-dotclear -LABEL org.opencontainers.image.description="Dotclear docker image $CNL_DOTCLEAR" -LABEL org.opencontainers.image.licenses=AGPL-3.0 +LABEL "org.opencontainers.image.source"="https://github.com/JcDenis/docker-dotclear" +LABEL "org.opencontainers.image.description"="Dotclear docker image $CNL_DOTCLEAR" +LABEL "org.opencontainers.image.licenses"="AGPL-3.0" ## # Nginx