mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
update image
This commit is contained in:
parent
0cc0844f2c
commit
028417ca56
1 changed files with 1 additions and 1 deletions
|
|
@ -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