From fea58c52e033d9b6233e900dd9d9993fb3c7a001 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 14:21:45 +1000 Subject: [PATCH] [MISC] (deps): Bump haproxy in /internal/suites/example/compose/haproxy (#1190) Bumps haproxy from 2.1-alpine to 2.2.0-alpine. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 a85535a19..6d816c0b1 100644 --- a/internal/suites/example/compose/haproxy/Dockerfile +++ b/internal/suites/example/compose/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.1-alpine +FROM haproxy:2.2.0-alpine RUN \ apk add --no-cache \