Skip to content

Commit 7978411

Browse files
committed
Update alpine and gobgp version
1 parent 429d5a8 commit 7978411

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

containers/gobgp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

2-
FROM alpine
2+
FROM alpine:3.19
33

44
RUN apk add --update nano gettext \
55
&& rm -rf /var/cache/apk/*
66

77
RUN mkdir -p /opt/gobgp/template
88

99
# 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 \
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 \
1111
&& tar -zxf /tmp/gobgp.tar.gz --directory /tmp/ \
1212
&& mv /tmp/gobgp /tmp/gobgpd /usr/local/bin/ \
1313
&& rm -rf /tmp/*
File renamed without changes.

version.json

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

0 commit comments

Comments
 (0)