From ce112d0b7fb926abc76dbdc16656a98f73a94fec Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 29 Aug 2023 22:21:00 +0200 Subject: [PATCH] Use maintainer from config --- deps/common | 2 +- images/acme-to-vault/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/common b/deps/common index 23037f6..c790609 160000 --- a/deps/common +++ b/deps/common @@ -1 +1 @@ -Subproject commit 23037f6e67023c88dee875f5a534960613eda634 +Subproject commit c7906097f20a6d1598500afaee825159146bc498 diff --git a/images/acme-to-vault/Dockerfile b/images/acme-to-vault/Dockerfile index fe98fe8..7fa6309 100644 --- a/images/acme-to-vault/Dockerfile +++ b/images/acme-to-vault/Dockerfile @@ -1,5 +1,5 @@ FROM [[ .docker.repo ]][[ .docker.base_images.alpine ]] -MAINTAINER Daniel Berteaud +MAINTAINER [[ .docker.maintainer ]] ENV ACME_HTTP_PORT=8787 \ ACME_0_CHALLENGE=http-01 \