diff --git a/Dockerfile b/Dockerfile index 59f9441..a99dcad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # HAProxy image with certbot for certificate generation and renewal # # ----------------------------------------------------------------------------------------------- -FROM haproxy:2.9-alpine +FROM haproxy:2.8-alpine LABEL maintainer="support@openremote.io" USER root