Skip to content

Commit

Permalink
FIX: versions
Browse files Browse the repository at this point in the history
ZiadMansourM committed Dec 23, 2023

Verified

This commit was signed with the committer’s verified signature.
martin-sucha Martin Sucha
1 parent b72574a commit 059cfdd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM certbot/certbot
FROM certbot/certbot:v2.8.0

LABEL org.opencontainers.image.source="https://github.com/ziadmmh/cheapbot"
LABEL maintainer="[email protected]"
ENV PYTHONIOENCODING="UTF-8"

RUN pip install -U pip && pip --version
RUN pip install zope.interface
RUN pip install dns-lexicon
RUN pip install zope.interface==6.1
RUN pip install dns-lexicon==3.17.0

COPY . src/cheapbot

0 comments on commit 059cfdd

Please sign in to comment.