Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Upgrade homu to 53e210b #47

Merged
merged 1 commit into from
Jun 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN cargo install \

# Install homu, our integration daemon
RUN git clone https://github.com/rust-ops/homu /homu && \
cd /homu && git reset --hard 874842444d4b85b076ad9c903da1bf40a47aa705
cd /homu && git reset --hard 53e210bbf40a9f0665d2766946d1a20770d81d3b
RUN pip3 install -e /homu

# Install local programs used:
Expand Down