Skip to content

Commit

Permalink
bump gobgp version
Browse files Browse the repository at this point in the history
  • Loading branch information
sever-sever committed Feb 27, 2024
1 parent 4df0213 commit bb6d82f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 128 deletions.
2 changes: 1 addition & 1 deletion containers/gobgp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --update nano gettext \
RUN mkdir -p /opt/gobgp/template

# Download and install gobgp
RUN wget https://github.com/osrg/gobgp/releases/download/v3.22.0/gobgp_3.22.0_linux_amd64.tar.gz -O /tmp/gobgp.tar.gz \
RUN wget https://github.com/osrg/gobgp/releases/download/v3.23.0/gobgp_3.23.0_linux_amd64.tar.gz -O /tmp/gobgp.tar.gz \
&& tar -zxf /tmp/gobgp.tar.gz --directory /tmp/ \
&& mv /tmp/gobgp /tmp/gobgpd /usr/local/bin/ \
&& rm -rf /tmp/*
Expand Down
127 changes: 0 additions & 127 deletions containers/gobgp/files/main.py

This file was deleted.

0 comments on commit bb6d82f

Please sign in to comment.