From cfa06050700d774af6f45284c49cc0ae89abc402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Sat, 10 Sep 2022 04:48:59 +0200 Subject: [PATCH] Use the latest caddy:alpine image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f97bd1..599e2d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /build RUN hugo -b https://jochum.dev -v -t persona # Copy to a caddy container -FROM registry.fk.jochum.dev/docker_hub_cache/library/caddy:2.5.2-alpine +FROM registry.fk.jochum.dev/docker_hub_cache/library/caddy:alpine LABEL maintainer="René Jochum "