Skip to content

Commit

Permalink
Update caddy to v2.8.4 and caddy-docker-proxy to v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jun 13, 2024
1 parent d9ca832 commit e09adc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG CADDY_VERSION=2.7.6
ARG CADDY_VERSION=2.8.4
FROM caddy:${CADDY_VERSION}-builder AS builder

RUN xcaddy build \
--with github.com/lucaslorentz/caddy-docker-proxy/v2@v2.8.11
--with github.com/lucaslorentz/caddy-docker-proxy/v2@v2.9.1

FROM caddy:${CADDY_VERSION}-alpine

Expand Down

0 comments on commit e09adc3

Please sign in to comment.