Skip to content

Commit

Permalink
update certbot
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Nov 1, 2023
1 parent dc78d81 commit 45edcbb
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 @@ -3,8 +3,8 @@ ENV PATH="/usr/local/certbot/bin:$PATH"
RUN apk add --no-cache ca-certificates build-base libffi-dev && \
python3 -m venv /usr/local/certbot && \
pip install --no-cache-dir \
certbot==2.7.3 \
certbot-dns-cloudflare==2.7.3
certbot==2.7.4 \
certbot-dns-cloudflare==2.7.4
# needs go certbot-dns-multi==4.14.2

FROM scratch
Expand Down

0 comments on commit 45edcbb

Please sign in to comment.