From 9b46116a83e0a7f4c3008cef55a1bd72ac86641d Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 4 May 2017 00:57:01 -0500 Subject: [PATCH] Upgrade ox --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7ff06d3..5f9c3962 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN dnf install -y qt5-devel llvm libasan RUN git clone https://github.com/wombatant/ox.git /usr/local/src/ox && \ cd /usr/local/src/ox && \ - git checkout -b install 796241cda614d232b09e571e625005562150a4fc + git checkout -b install a5166e03bbaea2f200cfc730c69579c3d50ae2a7 # setup build dirs RUN mkdir -p \