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 Jun 6, 2024
1 parent 808aae6 commit a391ca2
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
Expand Up @@ -3,7 +3,7 @@ FROM python:3.12.3-alpine3.20 as certbot
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates build-base libffi-dev && \
python3 -m venv /usr/local && \
pip install --no-cache-dir certbot==2.10.0
pip install --no-cache-dir certbot==2.11.0

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

0 comments on commit a391ca2

Please sign in to comment.