From 315b617643c847960ef9839c696f169796733767 Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Thu, 4 Feb 2021 10:50:09 -0500 Subject: [PATCH] Update haproxy to use static alpine tag Issue-ID: AAI-2700 Change-Id: Ie30e04227a785d2077a02225cd409dbbd577f61d Signed-off-by: Harish Venkata Kajur --- aai-common-docker/aai-haproxy-image/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aai-common-docker/aai-haproxy-image/src/main/docker/Dockerfile b/aai-common-docker/aai-haproxy-image/src/main/docker/Dockerfile index a1d5091f..e331e92e 100644 --- a/aai-common-docker/aai-haproxy-image/src/main/docker/Dockerfile +++ b/aai-common-docker/aai-haproxy-image/src/main/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM haproxy:1.7.10 +FROM haproxy:1.7.10-alpine # Set up your corporate proxy if there is ENV HTTP_PROXY "" -- 2.16.6