Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaticConradi committed Dec 17, 2023
1 parent a966974 commit 6d5a721
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.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

Expand Down

0 comments on commit 6d5a721

Please sign in to comment.