-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from cisagov/dependabot/docker/certbot/dns-rou…
…te53-v1.32.0 Bump certbot/dns-route53 from v1.24.0 to v1.32.0
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ARG VERSION=unspecified | ||
|
||
FROM certbot/dns-route53:v1.24.0 | ||
FROM certbot/dns-route53:v1.32.0 | ||
|
||
ARG VERSION | ||
|
||
|
@@ -10,7 +10,7 @@ ARG VERSION | |
LABEL org.opencontainers.image.authors="[email protected]" | ||
LABEL org.opencontainers.image.vendor="Cybersecurity and Infrastructure Security Agency" | ||
|
||
RUN apk add --no-cache python3=3.8.10-r0 | ||
RUN apk add --no-cache python3=3.10.8-r0 | ||
RUN pip3 install --no-cache-dir \ | ||
pip==21.3.1 \ | ||
setuptools==60.5.0 \ | ||
|
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 @@ | ||
__version__ = "0.1.0" | ||
__version__ = "0.1.1" |