From 353716b419ba5b47130ee0bad3c42e2a0d7cccbd Mon Sep 17 00:00:00 2001 From: pz2 Date: Sat, 23 Mar 2024 13:25:22 +0100 Subject: [PATCH] Allow using system environment variables creating valhalla.yml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54bf47a..82ce4b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors='peter.zmilczak@gmail.com' \ org.opencontainers.image.url='https://github.com/logchange/valhalla' \ org.opencontainers.image.documentation='https://github.com/logchange/valhalla/blob/master/README.md' \ org.opencontainers.image.source='https://github.com/logchange/valhalla' \ - org.opencontainers.image.vendor='The LogChange Community' \ + org.opencontainers.image.vendor='The logchange Community' \ org.opencontainers.image.licenses='Apache-2.0' RUN apk --update --no-cache add \