Skip to content

Commit

Permalink
fix: gobgp CVE (kubeovn#4498)
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 authored and zcq98 committed Sep 12, 2024
1 parent 1fe6c44 commit 7164332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ RUN curl -sSf -L --retry 3 -o /usr/local/bin/bfdd-control https://github.com/bob
chmod +x /usr/local/bin/bfdd-control /usr/local/bin/bfdd-beacon && \
setcap CAP_NET_BIND_SERVICE+eip $(readlink -f $(which bfdd-beacon))

ARG GOBGP_VERSION="3.29.0"
RUN curl -sSf -L --retry 5 https://github.com/osrg/gobgp/releases/download/v${GOBGP_VERSION}/gobgp_${GOBGP_VERSION}_linux_${ARCH}.tar.gz | tar -xz -C /usr/bin gobgp && \
ARG GOBGP_VERSION="3.31.0"
RUN curl -sSf -L --retry 5 https://github.com/bobz965/gobgp/releases/download/v${GOBGP_VERSION}/gobgp_${GOBGP_VERSION}_linux_${ARCH}.tar.gz | tar -xz -C /usr/bin gobgp && \
chmod +x /usr/bin/gobgp

ARG DEBUG=false
Expand Down

0 comments on commit 7164332

Please sign in to comment.