Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaticConradi committed Nov 18, 2023
1 parent dd0059f commit d1069c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
RUN git clone https://github.com/alphabotsystem/dependencies.git && cd ./dependencies && git checkout v2.11.7
RUN pip install ./dependencies/py/database
RUN rm -r ./dependencies

Expand Down

0 comments on commit d1069c2

Please sign in to comment.