Skip to content

Commit bb6d82f

Browse files
committed
bump gobgp version
1 parent 4df0213 commit bb6d82f

File tree

2 files changed

+1
-128
lines changed

2 files changed

+1
-128
lines changed

containers/gobgp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --update nano gettext \
77
RUN mkdir -p /opt/gobgp/template
88

99
# Download and install gobgp
10-
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 \
10+
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 \
1111
&& tar -zxf /tmp/gobgp.tar.gz --directory /tmp/ \
1212
&& mv /tmp/gobgp /tmp/gobgpd /usr/local/bin/ \
1313
&& rm -rf /tmp/*

containers/gobgp/files/main.py

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)