Skip to content

Commit

Permalink
Upgrade to the latest version of Python3 available
Browse files Browse the repository at this point in the history
The previous version is no longer available from the package manager
used by the certbot/dns-route53 base image.
  • Loading branch information
jsf9k committed Apr 28, 2024
1 parent 6d44536 commit de93057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk --update --no-cache --quiet upgrade
# longer install times.
###
ENV DEPS \
python3=3.10.13-r0
python3=3.10.14-r1
RUN apk --no-cache --quiet add ${DEPS}

###
Expand Down

0 comments on commit de93057

Please sign in to comment.