We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df0213 commit bb6d82fCopy full SHA for bb6d82f
containers/gobgp/Dockerfile
@@ -7,7 +7,7 @@ RUN apk add --update nano gettext \
7
RUN mkdir -p /opt/gobgp/template
8
9
# 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 \
+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 \
11
&& tar -zxf /tmp/gobgp.tar.gz --directory /tmp/ \
12
&& mv /tmp/gobgp /tmp/gobgpd /usr/local/bin/ \
13
&& rm -rf /tmp/*
containers/gobgp/files/main.py
0 commit comments