From e831954a1ab16ba4f587ae193434620fe2789c0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:31:52 +0000 Subject: [PATCH] chore(deps): update haproxytech/haproxy-ubuntu docker tag to v2.9.6 --- haproxy-ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy-ubuntu/Dockerfile b/haproxy-ubuntu/Dockerfile index eb58b22..1ed8598 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.9.6 RUN apt-get update \ && apt-get install -y \ python3 \