diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-02-29 14:08:50 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-09 09:33:00 +0200 |
| commit | 3ca01bf1e9bd5fe2181d8ad7ceac1efa8ccec1f8 (patch) | |
| tree | e46e7a8f34f73ac1d1f9b029eec272f8e67cb103 /docker | |
| parent | b4bd6c8557a056c2a9a9c69e3d9812961eadaccb (diff) | |
docker: Use libyang 2.1.128 for Alpine builds
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'docker')
| -rwxr-xr-x | docker/alpine/libyang/APKBUILD | 2 |
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" |
