From f07f6b7ddab3423e1b97d737c60c3da43bc6c9a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 09:07:08 +1000 Subject: [PATCH] build(deps): update dependency haproxy to v2.6.0 (#3465) Co-authored-by: Renovate Bot --- internal/suites/example/compose/haproxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/suites/example/compose/haproxy/Dockerfile b/internal/suites/example/compose/haproxy/Dockerfile index 4477d9a41..f3bd52143 100644 --- a/internal/suites/example/compose/haproxy/Dockerfile +++ b/internal/suites/example/compose/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.5.7-alpine +FROM haproxy:2.6.0-alpine USER root RUN \