X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=docker%2Fos%2FDockerfile;fp=docker%2Fos%2FDockerfile;h=3f3fe95d90a7220057a7ae69a93555aa88feaaed;hp=1981b16d49bc7819f91c3066a3b0213dc8d38e37;hb=4b3bf154e21874a4c46e0251f14d41d2adbe45ac;hpb=abd8930d6b07fc32b2ed66e6768f158ccb8baaa7 diff --git a/docker/os/Dockerfile b/docker/os/Dockerfile index 1981b16..3f3fe95 100644 --- a/docker/os/Dockerfile +++ b/docker/os/Dockerfile @@ -69,18 +69,18 @@ RUN if [ $(uname -m) == 'aarch64' ]; then HOST_ARCH=arm64; else HOST_ARCH=amd64; export PATH=$PATH:/root/go/bin:/root/go/src/github.com/bin && \ mkdir -p /root/go/src/github.com/future-architect && \ cd /root/go/src/github.com/future-architect && \ - git clone https://github.com/future-architect/vuls && \ + git clone https://github.com/future-architect/vuls -b v0.9.7 && \ cd vuls && \ make install && \ mkdir -p /root/go/src/github.com/kotakanbe && \ - git -C /root/go/src/github.com/kotakanbe clone https://github.com/kotakanbe/go-cve-dictionary.git && \ + git -C /root/go/src/github.com/kotakanbe clone https://github.com/kotakanbe/go-cve-dictionary.git -b v0.5.0 && \ cd /root/go/src/github.com/kotakanbe/go-cve-dictionary/ && \ make install && \ - git -C /root/go/src/github.com/kotakanbe clone https://github.com/kotakanbe/goval-dictionary.git && \ + git -C /root/go/src/github.com/kotakanbe clone https://github.com/kotakanbe/goval-dictionary.git -b v0.2.8 && \ cd /root/go/src/github.com/kotakanbe/goval-dictionary && \ make install && \ mkdir -p /root/go/src/github.com/knqyf263 && \ - git -C /root/go/src/github.com/knqyf263 clone https://github.com/knqyf263/gost.git && \ + git -C /root/go/src/github.com/knqyf263 clone https://github.com/knqyf263/gost.git -b v0.1.3 && \ cd /root/go/src/github.com/knqyf263/gost && \ make install