Skip to content

Commit

Permalink
chore(build): use s3
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jan 2, 2024
1 parent 2b08cb1 commit 1448e72
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
@@ -1,7 +1,7 @@
FROM golang:1.21 AS BUILDER

RUN go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
RUN xcaddy build --with github.com/gamalan/caddy-tlsredis --with github.com/caddy-dns/cloudflare
RUN xcaddy build --with github.com/techknowlogick/certmagic-s3 --with github.com/caddy-dns/cloudflare

FROM debian:11-slim

Expand Down

0 comments on commit 1448e72

Please sign in to comment.