From ec1fcbd74d7349358642b783f787000d1f370a98 Mon Sep 17 00:00:00 2001 From: binhex Date: Mon, 15 Jul 2024 11:28:33 +0100 Subject: [PATCH] fix up labels and env key format --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 83411b1..4dab64a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM binhex/arch-int-vpn:latest -LABEL org.opencontainers.image.authors = "binhex" -LABEL org.opencontainers.image.source = "https://github.com/binhex/arch-qbittorrentvpn" +LABEL org.opencontainers.image.authors="binhex" +LABEL org.opencontainers.image.source="https://github.com/binhex/arch-qbittorrentvpn" # release tag name from buildx arg ARG RELEASETAG