From e3c234187a83670e91141429c4ed557e0187e41a Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Tue, 7 Jan 2025 21:58:21 +0000 Subject: [PATCH] fix: fixed LABEL syntax --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eadd633..50cf01d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -318,9 +318,9 @@ FROM registry.conarx.tech/containers/nginx-php/edge ARG VERSION_INFO= -LABEL org.opencontainers.image.authors "Nigel Kukard <nkukard@conarx.tech>" -LABEL org.opencontainers.image.version "edge" -LABEL org.opencontainers.image.base.name "registry.conarx.tech/containers/nginx-php/edge" +LABEL org.opencontainers.image.authors = "Nigel Kukard <nkukard@conarx.tech>" +LABEL org.opencontainers.image.version = "edge" +LABEL org.opencontainers.image.base.name = "registry.conarx.tech/containers/nginx-php/edge" # Copy in built binaries -- GitLab