From 7d4b48eb9c12f758e9b46736bda684900e4e5f62 Mon Sep 17 00:00:00 2001 From: Alexander Allen Date: Tue, 17 May 2022 23:52:04 +0000 Subject: [PATCH] Upgrade libasan to version 6 in docker-syncd-mlnx to align with bullseye libasan --- platform/mellanox/docker-syncd-mlnx/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mellanox/docker-syncd-mlnx/Dockerfile.j2 b/platform/mellanox/docker-syncd-mlnx/Dockerfile.j2 index 70c8795fb9e0..cd3f74bcfaf3 100755 --- a/platform/mellanox/docker-syncd-mlnx/Dockerfile.j2 +++ b/platform/mellanox/docker-syncd-mlnx/Dockerfile.j2 @@ -33,7 +33,7 @@ RUN apt-get update && \ python3-dev \ python-is-python3 \ {%- if ENABLE_ASAN == "y" %} - libasan5 \ + libasan6 \ {%- endif %} python3-setuptools