From 8bc21a69cbc9e878ba80e7c59eacb97f7dea75e0 Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Fri, 26 Jan 2024 00:14:44 +0200 Subject: [PATCH] Update relationgraph to 2.3.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc3c1cc9..79758300 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,7 +101,7 @@ RUN chmod +x /tools/obodash && \ echo "" >> Makefile # Install relation-graph -ENV RG=2.3 +ENV RG=2.3.2 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 \