summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-02-29 14:08:50 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2024-03-09 09:33:00 +0200
commit3ca01bf1e9bd5fe2181d8ad7ceac1efa8ccec1f8 (patch)
treee46e7a8f34f73ac1d1f9b029eec272f8e67cb103 /docker
parentb4bd6c8557a056c2a9a9c69e3d9812961eadaccb (diff)
docker: Use libyang 2.1.128 for Alpine builds
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'docker')
-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 04e943fe48..6973fd62d8 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"