Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
fix(deps): bump certbot/certbot from v1.5.0 to v1.6.0 (#12)
Browse files Browse the repository at this point in the history
* fix(deps): bump certbot/certbot from v1.5.0 to v1.6.0

Bumps certbot/certbot from v1.5.0 to v1.6.0.

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LH <[email protected]>
  • Loading branch information
dependabot[bot] and lholota authored Jul 27, 2020
1 parent f13de6c commit ecb9681
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM certbot/certbot:v1.5.0 as certbot
FROM certbot/certbot:v1.6.0 as certbot

FROM homecentr/cron-base:1.2.1

ARG CERTBOT_PIP_VERSION="1.5.0"
ARG CERTBOT_PIP_VERSION="1.6.0"

ENV CERTBOT_ARGS=""
ENV CRON_SCHEDULE="30 * * * *"
Expand All @@ -11,13 +11,13 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
COPY --from=certbot /usr/local/bin/certbot /usr/local/bin/certbot

RUN apk add --no-cache \
python3=3.8.3-r0 \
python3=3.8.5-r0 \
# Required from Certbot version 1.5.0
py3-six=1.15.0-r0 \
py3-requests=2.23.0-r0 \
py3-distro=1.5.0-r1 && \
apk add --no-cache --virtual deps \
python3-dev=3.8.3-r0 \
python3-dev=3.8.5-r0 \
py3-pip=20.1.1-r0 \
gcc=9.3.0-r2 \
libffi-dev=3.3-r2 \
Expand Down

0 comments on commit ecb9681

Please sign in to comment.