From 455b8590477f0ec7841e6766294937cecb94640f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 14:15:01 +1100 Subject: [PATCH] build(deps): update haproxy docker tag to v2.3.6 (#1779) 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 5738abd2..070587dd 100644 --- a/internal/suites/example/compose/haproxy/Dockerfile +++ b/internal/suites/example/compose/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.3.5-alpine +FROM haproxy:2.3.6-alpine RUN \ apk add --no-cache \