From 465611202a39bdb237ee5b4ced3614563bf9f288 Mon Sep 17 00:00:00 2001 From: Moe Shehab <52987806+mhmdksh@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:41:46 +0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd3fa81..7b2debe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM caddy:2.7.6-builder-alpine AS builder +FROM caddy:2.7.4-builder-alpine AS builder RUN xcaddy build \ - --with github.com/mholt/caddy-ratelimit=89a7fece9addf6881169642d0b8a18e79d58e179 \ + --with github.com/mholt/caddy-ratelimit@bc4310e7cef56ac8c0997d7b3f526b832006307b \ --with github.com/porech/caddy-maxmind-geolocation \ --with github.com/muety/caddy-remote-host -FROM caddy:2.7.6-alpine +FROM caddy:2.7.4-alpine COPY --from=builder /usr/bin/caddy /usr/bin/caddy