[mod] caddy 2.8.4

This commit is contained in:
Andy Bunce 2024-06-03 22:43:21 +01:00
parent 50a96af887
commit 7ef4ed1240
3 changed files with 925 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# @created 2022-03
# author="Andy Bunce"
ARG VERSION=caddy:2.7.4
ARG VERSION=caddy:2.8.4
FROM $VERSION-builder AS builder
RUN xcaddy build \

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
caddy:
image: caddy-saffron:1.0.5
image: caddy-saffron:1.0.6
build: .
container_name: caddy
restart: unless-stopped

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 63 KiB