Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
disable dns multi, since not working
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Oct 25, 2023
1 parent 3764701 commit ebe72f0
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
Expand Up @@ -4,8 +4,8 @@ RUN apk add --no-cache ca-certificates build-base libffi-dev go && \
python3 -m venv /usr/local/certbot && \
pip install --no-cache-dir \
certbot==2.7.3 \
certbot-dns-cloudflare==2.7.3 \
certbot-dns-multi==4.14.2
certbot-dns-cloudflare==2.7.3
# certbot-dns-multi==4.14.2

FROM scratch
COPY --from=certbot /usr/local/certbot /usr/local/certbot

0 comments on commit ebe72f0

Please sign in to comment.