diff --git a/build/dockerfile b/build/dockerfile index edde09b..3776ce5 100644 --- a/build/dockerfile +++ b/build/dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y git build-essential COPY ./build/requirements.txt ./ RUN pip install -r ./requirements.txt -RUN git clone https://github.com/alphabotsystem/dependencies.git && cd ./dependencies && git checkout v2.11.7 +RUN git clone https://github.com/alphabotsystem/dependencies.git && cd ./dependencies && git checkout v2.12.0 RUN pip install ./dependencies/py/database RUN rm -r ./dependencies