From 6eb3ef953170fc3a6373614170869ae45b9f43a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 01:17:26 +0000 Subject: [PATCH] feat(container): update image caddy to v2.9.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e191bbe..c8047db 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.9.1-alpine ARG SUPERCRONIC ARG OVERMIND