summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authordd <91662885+dd010101@users.noreply.github.com>2024-05-28 07:02:15 +0200
committerGitHub <noreply@github.com>2024-05-28 07:02:15 +0200
commitade6544ad96832a579550fa4ebac0169c298aea2 (patch)
treea6652b4151de80929ba77e695e2a61ce705c2590 /docker/Dockerfile
parent196e3e8b55b83710c867632131a4129971d1e5b7 (diff)
parentb809886538eaad66b8756be8f5e758584f88e6a6 (diff)
downloadvyos-build-ade6544ad96832a579550fa4ebac0169c298aea2.tar.gz
vyos-build-ade6544ad96832a579550fa4ebac0169c298aea2.zip
Merge branch 'vyos:current' into current
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index dd6b50a3..a9336665 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 \