[SAIServer] support saiserver v2 in bullseye (#11849)

Upgrade libboost-atomic1.71 to libboost-atomic1.74

Signed-off-by: richardyu-ms <richard.yu@microsoft.com>

Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
This commit is contained in:
Richard.Yu 2022-08-26 13:51:53 +08:00 committed by GitHub
parent 1b83e418f8
commit a1eae940d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get -y install \
gdb \
libboost-atomic1.71.0
libboost-atomic1.74.0
COPY \
{% for deb in docker_saiserver_brcm_debs.split(' ') -%}

View File

@ -27,7 +27,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get -y install \
gdb \
libboost-atomic1.71.0
libboost-atomic1.74.0
COPY \
{% for deb in docker_saiserver_mlnx_debs.split(' ') -%}