Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaticConradi committed Aug 25, 2024
1 parent d5f29a5 commit 3f37f42
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
COPY ./build/requirements.txt ./
RUN pip install -r ./requirements.txt

RUN git clone https://github.com/alphabotsystem/dependencies.git && cd ./dependencies && git checkout v2.14.3
RUN git clone https://github.com/alphabotsystem/dependencies.git && cd ./dependencies && git checkout v2.14.7
RUN pip install ./dependencies/py/commands
RUN pip install ./dependencies/py/database
RUN pip install ./dependencies/py/processor
Expand Down

0 comments on commit 3f37f42

Please sign in to comment.