From ed17c8fbc483d1bb475168c3d21ef87e31463364 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 08:02:35 +1000 Subject: [PATCH] [MISC] (deps): Bump haproxy in /internal/suites/example/compose/haproxy (#1250) Bumps haproxy from 2.2.1-alpine to 2.2.2-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 47b8552c..a66b491c 100644 --- a/internal/suites/example/compose/haproxy/Dockerfile +++ b/internal/suites/example/compose/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.2.1-alpine +FROM haproxy:2.2.2-alpine RUN \ apk add --no-cache \