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

Commit 12b28bc

Browse files
authored
Merge pull request #47 from rust-lang/upgrade-homu
Upgrade homu to 53e210b
2 parents 5400559 + d0e0c15 commit 12b28bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN cargo install \
4848

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

5454
# Install local programs used:

0 commit comments

Comments
 (0)