diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-27 07:28:40 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-27 07:48:52 +0200 |
commit | e92a7ed51949d7cd6703b9f22d3929858264c119 (patch) | |
tree | dcaa94a9092f857cd47fed23f3ede84da621702b | |
parent | 96c70b0a0bb0f7f27ecedc00ff2cce1c7ebc4c5b (diff) | |
download | vyos-build-e92a7ed51949d7cd6703b9f22d3929858264c119.tar.gz vyos-build-e92a7ed51949d7cd6703b9f22d3929858264c119.zip |
T6404: update vyos1x-config commit reference
(cherry picked from commit ab06c1a41a0fd0d7024e2014a46946a3e5db172f)
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index b7b152e7..48aec028 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -62,7 +62,7 @@ RUN apt-get update && apt-get install -y \ RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen ENV LANG en_US.utf8 -ENV OCAML_VERSION 4.12.0 +ENV OCAML_VERSION 4.14.2 # Base packaged needed to build packages and their package dependencies RUN apt-get update && apt-get install -y \ @@ -150,7 +150,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#8c65eb12 -y + opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#b7f104781 -y # Packages needed for libvyosconfig RUN apt-get update && apt-get install -y \ |