diff options
author | John Estabrook <jestabro@vyos.io> | 2023-07-25 14:19:41 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-07-25 14:19:41 -0500 |
commit | 65a930ebef2c2b186f940ec872606f0080be6e22 (patch) | |
tree | 5753ee43dd1d4b08f92324cf12e90e0710575022 /docker | |
parent | c49957423027038e1e989cfd8e371f6b0e4e7881 (diff) | |
download | vyos-build-65a930ebef2c2b186f940ec872606f0080be6e22.tar.gz vyos-build-65a930ebef2c2b186f940ec872606f0080be6e22.zip |
Docker: T5194: update commit ref for vyos1x-config
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 64624eb9..9248d531 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -138,7 +138,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#c5863024 -y + opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#d97636e3 -y # Packages needed for libvyosconfig RUN apt-get update && apt-get install -y \ |