Skip to content

Commit

Permalink
[SAIServer] support saiserver v2 in bullseye (#11849)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
richardyu-ms authored Aug 26, 2022
1 parent 1b83e41 commit a1eae94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/broadcom/docker-saiserver-brcm/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ') -%}
Expand Down
2 changes: 1 addition & 1 deletion platform/mellanox/docker-saiserver-mlnx/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ') -%}
Expand Down

0 comments on commit a1eae94

Please sign in to comment.