From 8fa76499cb97d29b1e6b969a8e30fff5e2c8fe73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 10:45:36 +1100 Subject: [PATCH] [MISC] (deps): Bump haproxy in /internal/suites/example/compose/haproxy (#1601) Bumps haproxy from 2.3.3-alpine to 2.3.4-alpine. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Amir Zarrinkafsh --- 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 74759be69..4e75b5508 100644 --- a/internal/suites/example/compose/haproxy/Dockerfile +++ b/internal/suites/example/compose/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:2.3.3-alpine +FROM haproxy:2.3.4-alpine RUN \ apk add --no-cache \