From 7f8af6177ab08abcdf875629c009dcae0e523ea3 Mon Sep 17 00:00:00 2001 From: Rich Turner <7072278+richturner@users.noreply.github.com> Date: Tue, 19 May 2026 09:44:06 +0100 Subject: [PATCH] Move back to the LTS 2.8 version for more recent updates --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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