summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-02-16 15:26:38 +0100
committerChristian Poessinger <christian@poessinger.com>2019-02-16 15:26:38 +0100
commit8f43e05f7e9d594579ecd716e34856191991e894 (patch)
tree2f38f202327ab2696e56e74b0144a6e4053ad0f9 /docker
parentfd63d726f2cbd62f8105d7d66c054ba61de52354 (diff)
downloadvyos-build-8f43e05f7e9d594579ecd716e34856191991e894.tar.gz
vyos-build-8f43e05f7e9d594579ecd716e34856191991e894.zip
Docker: update to latest version of VyConf an libvyosconfig
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0b03a8e5..4e0efa80 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -224,13 +224,13 @@ 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 vyconf https://github.com/vyos/vyconf.git#v0.1 -y
+ opam pin add vyconf https://github.com/vyos/vyconf.git#51d79a3f3e08 -y
# Build libvyosconfig
RUN eval $(opam env --root=/opt/opam --set-root) && \
git clone https://github.com/vyos/libvyosconfig.git && \
cd libvyosconfig && \
- git checkout a9817fa26c1be1 && \
+ git checkout 6b7b7ed091900399 && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i ../libvyosconfig0_*_amd64.deb