From 0406e27ad6364beec537526de8a7875c490c6e10 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 1 Mar 2022 11:12:31 -0600 Subject: T4235: update commit refs for vyos1x-config, libvyosconfig --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 02356563..675a5b03 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -136,7 +136,7 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \ # Build VyConf which is required to build libvyosconfig RUN eval $(opam env --root=/opt/opam --set-root) && \ - opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#64194245 -y + opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#67250430 -y # Packages needed for libvyosconfig RUN apt-get update && apt-get install -y \ @@ -147,7 +147,7 @@ RUN apt-get update && apt-get install -y \ # Build libvyosconfig RUN eval $(opam env --root=/opt/opam --set-root) && \ git clone https://github.com/vyos/libvyosconfig.git /tmp/libvyosconfig && \ - cd /tmp/libvyosconfig && git checkout 428a0ad2 && \ + cd /tmp/libvyosconfig && git checkout 2f90f3c5 && \ dpkg-buildpackage -uc -us -tc -b && \ dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb -- cgit v1.2.3