From a7119ba603c7bd1c35a090bf8582cd4dd112eda3 Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Mon, 20 Nov 2023 14:43:39 +0100 Subject: [PATCH] Bump everest-testing version to 0.1.6 (#8) Signed-off-by: Andreas Heinrich --- docker/images/build-kit/alpine.Dockerfile | 2 +- docker/images/build-kit/debian.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/images/build-kit/alpine.Dockerfile b/docker/images/build-kit/alpine.Dockerfile index fcf4c85..6d4a35b 100644 --- a/docker/images/build-kit/alpine.Dockerfile +++ b/docker/images/build-kit/alpine.Dockerfile @@ -65,7 +65,7 @@ RUN python3 -m pip install \ 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 +RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@v0.1.6#subdirectory=everest-testing # install edm RUN python3 -m pip install git+https://github.com/EVerest/everest-dev-environment@v0.5.5#subdirectory=dependency_manager diff --git a/docker/images/build-kit/debian.Dockerfile b/docker/images/build-kit/debian.Dockerfile index c559a2f..d8082e2 100644 --- a/docker/images/build-kit/debian.Dockerfile +++ b/docker/images/build-kit/debian.Dockerfile @@ -61,7 +61,7 @@ RUN python3 -m pip install \ 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 +RUN python3 -m pip install git+https://github.com/EVerest/everest-utils@v0.1.6#subdirectory=everest-testing # install edm RUN python3 -m pip install git+https://github.com/EVerest/everest-dev-environment@v0.5.5#subdirectory=dependency_manager