update base docker image (#10620)

fixes https://github.com/certbot/certbot/issues/10619

you can see docker builds and tests passing on this change at
https://dev.azure.com/certbot/certbot/_build/results?buildId=10360&view=results

i'm also creating a calendar event for us so we remember to keep this
updated in the future

i don't think this PR requires two reviews
This commit is contained in:
Brad Warren
2026-04-13 12:21:34 -07:00
committed by GitHub
parent 0cc0844f2c
commit 3a5c92c6be
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Our Docker images have been updated to use Python 3.14 and Alpine Linux 3.23.
+1 -1
View File
@@ -1,5 +1,5 @@
#base image
FROM python:3.12-alpine3.20 AS certbot
FROM python:3.14-alpine3.23 AS certbot
ENTRYPOINT [ "certbot" ]
EXPOSE 80 443