Skip to content

Commit de93057

Browse files
committed
Upgrade to the latest version of Python3 available
The previous version is no longer available from the package manager used by the certbot/dns-route53 base image.
1 parent 6d44536 commit de93057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apk --update --no-cache --quiet upgrade
3131
# longer install times.
3232
###
3333
ENV DEPS \
34-
python3=3.10.13-r0
34+
python3=3.10.14-r1
3535
RUN apk --no-cache --quiet add ${DEPS}
3636

3737
###

0 commit comments

Comments
 (0)