Skip to content

Commit

Permalink
Merge pull request #986 from INCATools/update-rg232
Browse files Browse the repository at this point in the history
Update relationgraph to 2.3.2
  • Loading branch information
matentzn authored Feb 24, 2024
2 parents e09b842 + 8ecaaef commit 981a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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 \
Expand Down

0 comments on commit 981a7b6

Please sign in to comment.