Skip to content

Commit

Permalink
update certbot version
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Zoey2936 committed Feb 8, 2024
1 parent dfd4e88 commit 278ca9f
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 @@ -2,8 +2,8 @@ FROM python:3.12.2-alpine3.19 as certbot
RUN apk add --no-cache ca-certificates build-base libffi-dev && \
python3 -m venv /usr/local && \
pip install --no-cache-dir \
certbot==2.8.0 \
certbot-dns-cloudflare==2.8.0
certbot==2.9.0 \
certbot-dns-cloudflare==2.9.0
# needs go certbot-dns-multi==4.15.0

FROM scratch
Expand Down

0 comments on commit 278ca9f

Please sign in to comment.