Skip to content

Commit a1eae94

Browse files
authored
[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>
1 parent 1b83e41 commit a1eae94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/broadcom/docker-saiserver-brcm/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
1111
RUN apt-get update \
1212
&& apt-get -y install \
1313
gdb \
14-
libboost-atomic1.71.0
14+
libboost-atomic1.74.0
1515

1616
COPY \
1717
{% for deb in docker_saiserver_brcm_debs.split(' ') -%}

platform/mellanox/docker-saiserver-mlnx/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV DEBIAN_FRONTEND=noninteractive
2727
RUN apt-get update \
2828
&& apt-get -y install \
2929
gdb \
30-
libboost-atomic1.71.0
30+
libboost-atomic1.74.0
3131

3232
COPY \
3333
{% for deb in docker_saiserver_mlnx_debs.split(' ') -%}

0 commit comments

Comments
 (0)