From d2f6959abc99069b8ccde8d2714bf57798ce2da5 Mon Sep 17 00:00:00 2001 From: Moe Shehab <52987806+mhmdksh@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:37:29 +0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32950d8..ac0fdbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM caddy:2.7.5-builder-alpine AS builder +FROM caddy:2.7.6-builder-alpine AS builder RUN xcaddy build \ --with github.com/mholt/caddy-ratelimit \ --with github.com/porech/caddy-maxmind-geolocation \ --with github.com/muety/caddy-remote-host -FROM caddy:2.7.5-alpine +FROM caddy:2.7.6-alpine COPY --from=builder /usr/bin/caddy /usr/bin/caddy