From f9ab7766277a2a6974791170fd7680fda942c3a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 14:11:01 +0000 Subject: [PATCH] chore(deps): update haproxytech/haproxy-ubuntu docker tag to v2.7.1 --- haproxy-ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy-ubuntu/Dockerfile b/haproxy-ubuntu/Dockerfile index eb58b22..f662bc4 100644 --- a/haproxy-ubuntu/Dockerfile +++ b/haproxy-ubuntu/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxytech/haproxy-ubuntu:2.7.0 +FROM haproxytech/haproxy-ubuntu:2.7.1 RUN apt-get update \ && apt-get install -y \ python3 \