From 01c6fe80fc4baa0d37d7d1ce123b8a9462d95644 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Fri, 26 Jan 2024 00:13:27 +0200 Subject: [PATCH] Revert "Update relation-graph to 2.3.2" This reverts commit b7d53d12127d4e2093b684b3b2d6d2a5433acebb. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79758300..cc3c1cc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,7 +101,7 @@ RUN chmod +x /tools/obodash && \ echo "" >> Makefile # Install relation-graph -ENV RG=2.3.2 +ENV RG=2.3 ENV PATH "/tools/relation-graph/bin:$PATH" RUN wget -nv https://github.com/balhoff/relation-graph/releases/download/v$RG/relation-graph-cli-$RG.tgz \ && tar -zxvf relation-graph-cli-$RG.tgz \