From f03d4830871d8fbf7283dac5b81370a0248f2fba Mon Sep 17 00:00:00 2001 From: Rich Turner <7072278+richturner@users.noreply.github.com> Date: Wed, 12 Oct 2022 13:22:39 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 576294a..17db12b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # HAProxy image with certbot for certificate generation and renewal # # ----------------------------------------------------------------------------------------------- -FROM haproxy:2.5.5-alpine +FROM haproxy:2.6.6-alpine MAINTAINER support@openremote.io USER root