[mod] caddy 2.6.2 #2

This commit is contained in:
Andy Bunce 2022-11-09 16:09:18 +00:00
parent bcbcceb232
commit 01d9aea5ef
3 changed files with 5 additions and 4 deletions

View File

@ -2,13 +2,14 @@
# @created 2022-03
# author="Andy Bunce"
ARG VERSION=caddy:2.5.1
ARG VERSION=caddy:2.6.2
FROM $VERSION-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/duckdns \
--with github.com/greenpau/caddy-security \
--with github.com/greenpau/caddy-trace
--with github.com/greenpau/caddy-trace \
--with github.com/greenpau/caddy-git
FROM $VERSION
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

View File

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