Skip to content

Commit

Permalink
Upgrade Caddy version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pteich committed Sep 9, 2024
1 parent e3044ad commit 3dc2c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func main() {\n\
caddycmd.Main()\n\
}' > main.go && \
go env -w GOPROXY="https://goproxy.io,direct" && \
go mod init caddy && go get github.com/caddyserver/caddy/v2@v2.8.4 && go get && \
go mod init caddy && go get github.com/pteich/caddy-tlsconsul@fix-lock-warning && go get github.com/caddyserver/caddy/v2@v2.8.4 && go get && \
CGO_ENABLED=0 go build -trimpath -tags netgo -ldflags '-extldflags "-static" -s -w' -o /usr/bin/caddy


Expand Down

0 comments on commit 3dc2c5c

Please sign in to comment.