Skip to content

Commit

Permalink
Update liblonghorn version for little-endian fix
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Lucas <keith.lucas@suse.com>
  • Loading branch information
Keith Lucas authored and innobead committed Jun 3, 2022
1 parent 52c42a5 commit 03638c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN wget -O - https://storage.googleapis.com/golang/go1.14.15.linux-${!GOLANG_AR
RUN cd /usr/src && \
git clone https://github.com/rancher/liblonghorn.git && \
cd liblonghorn && \
git checkout 74f14b50895ac6b0faebc715c025a8a46a4333a1 && \
git checkout 6544c2432d543137a198e4a779f676369dbd9e82 && \
make && \
make install

Expand Down

0 comments on commit 03638c4

Please sign in to comment.