From c043a4c47cad996560918f194b80d16e86ea4909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:25:16 +0000 Subject: [PATCH] feat(container): update image caddy to v2.8.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e191bbe..f0ce6ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN wget "$OVERMIND_URL" && gunzip ${OVERMIND_FILE} && chmod +x "$OVERMIND" # # Fly app # -FROM caddy:2.7.6-alpine +FROM caddy:2.8.1-alpine ARG SUPERCRONIC ARG OVERMIND