Skip to content

Commit

Permalink
Change Go module path and package name in Caddy build
Browse files Browse the repository at this point in the history
  • Loading branch information
pteich committed May 15, 2020
1 parent d518b05 commit fdf8c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM caddy:2.0.0-builder AS builder
RUN caddy-builder github.com/rgdev/caddy-tlsconsul
RUN caddy-builder github.com/pteich/caddy-tlsconsul

FROM caddy:2.0.0
LABEL maintainer="[email protected]"
LABEL description="Caddy 2 with integrated TLS Consul Storage plugin"
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/rgdev/caddy-tlsconsul
module github.com/pteich/caddy-tlsconsul

go 1.14

Expand Down

0 comments on commit fdf8c43

Please sign in to comment.