Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaticConradi committed Aug 21, 2024
1 parent 188d0c6 commit 81f113a
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.0
RUN git clone https://github.com/alphabotsystem/dependencies.git && cd ./dependencies && git checkout v2.14.1
RUN pip install ./dependencies/py/commands
RUN pip install ./dependencies/py/database
RUN pip install ./dependencies/py/processor
Expand Down

0 comments on commit 81f113a

Please sign in to comment.