diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-27 07:31:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 07:31:09 +0200 |
commit | 39118b0185dad9cc66cebd659440ac2b81df8ca4 (patch) | |
tree | 0ad84dd73499389d6df66b8c1947cfbb47650e3b | |
parent | cc9d1af8b7f3b2b4b76d9b4a3bcf151b841074dc (diff) | |
parent | ab06c1a41a0fd0d7024e2014a46946a3e5db172f (diff) | |
download | vyos-build-39118b0185dad9cc66cebd659440ac2b81df8ca4.tar.gz vyos-build-39118b0185dad9cc66cebd659440ac2b81df8ca4.zip |
Merge pull request #641 from c-po/vyos1x-config-update
T6404: update vyos1x-config commit reference
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index f99323be..be789fc2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -153,7 +153,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#f8d6abdf -y + opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#fc327ecd76 -y # Packages needed for libvyosconfig RUN apt-get update && apt-get install -y \ |