update image

This commit is contained in:
Brad Warren 2026-04-10 12:10:53 -07:00
parent 0cc0844f2c
commit 028417ca56

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