From 6c7b44684b30598ae932842a140194d79ca0c81b Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 01:50:59 +0000 Subject: [PATCH] Update haproxy Docker tag to v2.9.15 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- demos/benchmark/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/benchmark/python/Dockerfile b/demos/benchmark/python/Dockerfile index 7a889666eb..c28d0135f8 100644 --- a/demos/benchmark/python/Dockerfile +++ b/demos/benchmark/python/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. # -FROM haproxy:2.8.2 +FROM haproxy:2.9.15 ARG DEB_BUILD_DEPENDANTS="python3-pip curl" USER root