-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM python:3.8-alpine3.11 | ||
FROM python:3.8.1-alpine3.11 | ||
LABEL maintainer="Adrien Ferrand <[email protected]>" | ||
|
||
# Scripts in /scripts are required to be in the PATH to run properly as certbot's hooks | ||
ENV PATH /scripts:$PATH | ||
|
||
# Versioning | ||
ENV LEXICON_VERSION 3.3.14 | ||
ENV CERTBOT_VERSION 1.0.0 | ||
ENV LEXICON_VERSION 3.3.17 | ||
ENV CERTBOT_VERSION 1.2.0 | ||
|
||
# Install dependencies, certbot, lexicon, prepare for first start and clean | ||
RUN apk --no-cache --update add rsyslog git libffi libxml2 libxslt libstdc++ openssl docker ethtool tzdata bash bind-tools \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.21.0 | ||
2.22.0 |