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 429d5a8 commit 7978411Copy full SHA for 7978411
containers/gobgp/Dockerfile
@@ -1,13 +1,13 @@
1
2
-FROM alpine
+FROM alpine:3.19
3
4
RUN apk add --update nano gettext \
5
&& rm -rf /var/cache/apk/*
6
7
RUN mkdir -p /opt/gobgp/template
8
9
# Download and install gobgp
10
-RUN wget https://github.com/osrg/gobgp/releases/download/v3.21.0/gobgp_3.21.0_linux_amd64.tar.gz -O /tmp/gobgp.tar.gz \
+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 \
11
&& tar -zxf /tmp/gobgp.tar.gz --directory /tmp/ \
12
&& mv /tmp/gobgp /tmp/gobgpd /usr/local/bin/ \
13
&& rm -rf /tmp/*
containers/gobgp/conf/bgp.conf renamed to containers/gobgp/conf/bgp.conf.example
version.json
0 commit comments