From 3385afb84f8c90e649ff36bbb6565adac46ba2f0 Mon Sep 17 00:00:00 2001 From: Stephen Corya Date: Thu, 12 Sep 2024 12:52:28 -0400 Subject: [PATCH] bump version again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c32c5c6..388799d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG CADDY_VERSION=2.7.6 +ARG CADDY_VERSION=2.8.4 FROM caddy:${CADDY_VERSION}-builder AS builder RUN xcaddy build \