From 40d32cfc32387f452eac202325abe63af0e9f882 Mon Sep 17 00:00:00 2001 From: Sedetius Date: Sat, 23 Aug 2025 12:16:13 +0200 Subject: [PATCH] Switched from legacy dockerfile LABEL key value format to new one. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 7a8d980..506789a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.18 -LABEL org.opencontainers.image.source https://github.com/openzim/kiwix-tools +LABEL org.opencontainers.image.source=https://github.com/openzim/kiwix-tools # TARGETPLATFORM is injected by docker build ARG TARGETPLATFORM