From 97ad32c08119bc4ee73db7031c66f3dd614bff3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:48:34 +0000 Subject: [PATCH] chore(deps): update haproxytech/haproxy-ubuntu docker tag to v2.7.4 --- haproxy-ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy-ubuntu/Dockerfile b/haproxy-ubuntu/Dockerfile index eb58b22..2e41195 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.4 RUN apt-get update \ && apt-get install -y \ python3 \