Skip to content

Commit 5f66979

Browse files
authored
Merge pull request #407 from bytemain/master
Update README about build image
2 parents c40de0c + ecdac16 commit 5f66979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,11 +567,11 @@ If you need additional Caddy plugins, or need to use a specific version of Caddy
567567
The main difference from the instructions on the official image is that you must override `CMD` to have the container run using the `caddy docker-proxy` command provided by this plugin.
568568

569569
```Dockerfile
570-
ARG CADDY_VERSION=2.5.0
570+
ARG CADDY_VERSION=2.6.1
571571
FROM caddy:${CADDY_VERSION}-builder AS builder
572572

573573
RUN xcaddy build \
574-
--with github.com/lucaslorentz/caddy-docker-proxy/plugin \
574+
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
575575
--with <additional-plugins>
576576

577577
FROM caddy:${CADDY_VERSION}-alpine

0 commit comments

Comments
 (0)