We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b83e41 commit a1eae94Copy full SHA for a1eae94
platform/broadcom/docker-saiserver-brcm/Dockerfile.j2
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
11
RUN apt-get update \
12
&& apt-get -y install \
13
gdb \
14
- libboost-atomic1.71.0
+ libboost-atomic1.74.0
15
16
COPY \
17
{% for deb in docker_saiserver_brcm_debs.split(' ') -%}
platform/mellanox/docker-saiserver-mlnx/Dockerfile.j2
@@ -27,7 +27,7 @@ ENV DEBIAN_FRONTEND=noninteractive
27
28
29
30
31
32
33
{% for deb in docker_saiserver_mlnx_debs.split(' ') -%}
0 commit comments