mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:28 +02:00
update docker image (#10057)
This commit is contained in:
@@ -11,7 +11,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
### Changed
|
||||
|
||||
*
|
||||
* Updated our Docker images to be based on Alpine Linux 3.20.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#base image
|
||||
FROM python:3.12-alpine3.18 AS certbot
|
||||
FROM python:3.12-alpine3.20 AS certbot
|
||||
|
||||
ENTRYPOINT [ "certbot" ]
|
||||
EXPOSE 80 443
|
||||
@@ -15,7 +15,7 @@ COPY certbot src/certbot
|
||||
# Install certbot runtime dependencies
|
||||
RUN apk add --no-cache --virtual .certbot-deps \
|
||||
libffi \
|
||||
libssl1.1 \
|
||||
libssl3 \
|
||||
openssl \
|
||||
ca-certificates \
|
||||
binutils
|
||||
|
||||
Reference in New Issue
Block a user