From c9837568b5fd9d7eee56cbc8444478983e22a0e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 09:54:21 +1100 Subject: [PATCH] [MISC] (deps): Bump haproxy in /internal/suites/example/compose/haproxy (#1501) Bumps haproxy from 2.3.1-alpine to 2.3.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 f5fcb3d5..4b223f45 100644 --- a/internal/suites/example/compose/haproxy/Dockerfile +++ b/internal/suites/example/compose/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.3.1-alpine +FROM haproxy:2.3.2-alpine RUN \ apk add --no-cache \