diff --git a/docker/haproxy/Dockerfile b/docker/haproxy/Dockerfile index f6ccb6b..3f49daf 100644 --- a/docker/haproxy/Dockerfile +++ b/docker/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:alpine as production +FROM haproxy:2.3-alpine as production RUN apk add openssl certbot py-pip RUN pip install certbot-plugin-gandi