mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
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:
parent
0cc0844f2c
commit
3a5c92c6be
2 changed files with 2 additions and 1 deletions
1
newsfragments/10619.fixed
Normal file
1
newsfragments/10619.fixed
Normal file
|
|
@ -0,0 +1 @@
|
|||
Our Docker images have been updated to use Python 3.14 and Alpine Linux 3.23.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue