summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-02-29 13:08:50 +0100
committerDonatas Abraitis <donatas@opensourcerouting.org>2024-03-09 08:33:00 +0100
commit3ca01bf1e9bd5fe2181d8ad7ceac1efa8ccec1f8 (patch)
treee46e7a8f34f73ac1d1f9b029eec272f8e67cb103
parentMerge pull request #15509 from donaldsharp/freebsd_cleanups (diff)
downloadfrr-3ca01bf1e9bd5fe2181d8ad7ceac1efa8ccec1f8.tar.xz
frr-3ca01bf1e9bd5fe2181d8ad7ceac1efa8ccec1f8.zip
docker: Use libyang 2.1.128 for Alpine builds
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rwxr-xr-xdocker/alpine/libyang/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/alpine/libyang/APKBUILD b/docker/alpine/libyang/APKBUILD
index 04e943fe4..6973fd62d 100755
--- a/docker/alpine/libyang/APKBUILD
+++ b/docker/alpine/libyang/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Christian Franke <nobody@nowhere.ws>
pkgname=libyang
-pkgver=2.1.80
+pkgver=2.1.128
pkgrel=0
pkgdesc="YANG data modelling language parser and toolkit"
url="https://github.com/CESNET/libyang"