From 73a8c31ab91864b267d8b19e23c805152abc1bab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 12:36:52 +0000 Subject: [PATCH] chore(deps): update haproxytech/haproxy-ubuntu docker tag to v2.7.6 --- haproxy-ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy-ubuntu/Dockerfile b/haproxy-ubuntu/Dockerfile index eb58b22..8ecf920 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.6 RUN apt-get update \ && apt-get install -y \ python3 \