Skip to content

Commit

Permalink
Update liblonghorn version
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 Mar 2, 2022
1 parent 884c12d commit 708d513
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 @@ -44,7 +44,7 @@ RUN wget ${!DOCKER_URL} -O docker_ce_${ARCH} && dpkg -i docker_ce_${ARCH}
RUN cd /usr/src && \
git clone https://github.com/rancher/liblonghorn.git && \
cd liblonghorn && \
git checkout 9eaf16c13dccc7f3bdb111d4e21662ae753bdccf && \
git checkout 09956ed9329d51f41a85d6e06113948c947976a8 && \
make deb && \
dpkg -i ./pkg/liblonghorn_*.deb

Expand Down

0 comments on commit 708d513

Please sign in to comment.