Skip to content

Commit

Permalink
Update ROBOT to version 1.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouttegd committed May 29, 2024
1 parent 5e62d86 commit 0df2056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# v1.5.1

- ROBOT updated to version 1.9.6
- KGCL plugin for ROBOT updated to version 0.4.0
- SSSOM command-line tool and plugin for ROBOT updated to version 0.7.7
- Several Python packages updated, including:
Expand Down
2 changes: 1 addition & 1 deletion docker/odklite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04
LABEL maintainer="obo-tools@googlegroups.com"

ENV ROBOT_VERSION=1.9.5
ENV ROBOT_VERSION=1.9.6
ENV DOSDP_VERSION=0.19.3
ENV OWLTOOLS_VERSION=2020-04-06
ENV AMMONITE_VERSION=2.5.9
Expand Down
2 changes: 1 addition & 1 deletion docker/robot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="obo-tools@googlegroups.com"

WORKDIR /tools

ENV ROBOT v1.9.5
ENV ROBOT v1.9.6
ARG ROBOT_JAR=https://github.com/ontodev/robot/releases/download/$ROBOT/robot.jar
ENV ROBOT_JAR ${ROBOT_JAR}

Expand Down

0 comments on commit 0df2056

Please sign in to comment.