Skip to content

Commit

Permalink
Bump certbot to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 13, 2024
1 parent 5298c6f commit fe82ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/builds/proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN python3 -m venv "${CERTBOT_PATH}"

ENV PATH="${CERTBOT_PATH}/bin:$PATH"

RUN pip3 install --no-cache-dir certbot==2.9.0
RUN pip3 install --no-cache-dir certbot==2.10.0

FROM nginx:1.25.4-alpine

Expand Down

0 comments on commit fe82ad7

Please sign in to comment.