Skip to content

Commit

Permalink
Update relationgraph to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Jan 25, 2024
1 parent 01c6fe8 commit 8bc21a6
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
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 8bc21a6

Please sign in to comment.