diff --git a/docker/images/build-kit/alpine.Dockerfile b/docker/images/build-kit/alpine.Dockerfile index 10adef4..fcf4c85 100644 --- a/docker/images/build-kit/alpine.Dockerfile +++ b/docker/images/build-kit/alpine.Dockerfile @@ -62,7 +62,7 @@ RUN python3 -m pip install \ python-dateutil>=2.8.2 # install ev-cli -RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@e999572d08896ebdc116cf33e0e85cd9aa3ac589#subdirectory=ev-dev-tools +RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@b862a940afa37a99350483fd550e88acaff3e9a7#subdirectory=ev-dev-tools # install everest-testing RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@v0.1.4#subdirectory=everest-testing diff --git a/docker/images/build-kit/debian.Dockerfile b/docker/images/build-kit/debian.Dockerfile index fdc4cd2..c559a2f 100644 --- a/docker/images/build-kit/debian.Dockerfile +++ b/docker/images/build-kit/debian.Dockerfile @@ -58,7 +58,7 @@ RUN python3 -m pip install \ python-dateutil>=2.8.2 # install ev-cli -RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@e999572d08896ebdc116cf33e0e85cd9aa3ac589#subdirectory=ev-dev-tools +RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@b862a940afa37a99350483fd550e88acaff3e9a7#subdirectory=ev-dev-tools # install everest-testing RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@v0.1.4#subdirectory=everest-testing