Skip to content

Commit

Permalink
update certbot version
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Zoey2936 committed Dec 6, 2023
1 parent 45edcbb commit 4592c52
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.4 \
certbot-dns-cloudflare==2.7.4
certbot==2.8.0 \
certbot-dns-cloudflare==2.8.0
# needs go certbot-dns-multi==4.14.2

FROM scratch
Expand Down

0 comments on commit 4592c52

Please sign in to comment.