Skip to content

Commit

Permalink
Revert "Update relation-graph to 2.3.2"
Browse files Browse the repository at this point in the history
This reverts commit b7d53d1.
  • Loading branch information
matentzn committed Jan 25, 2024
1 parent b7d53d1 commit 01c6fe8
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 @@ -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 \
Expand Down

0 comments on commit 01c6fe8

Please sign in to comment.