Skip to content

Commit

Permalink
Update ROBOT to version 1.9.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
gouttegd committed Oct 30, 2024
1 parent aff8986 commit 1d23f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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:24.04
LABEL maintainer="[email protected]"

ENV ROBOT_VERSION=1.9.6
ENV ROBOT_VERSION=1.9.7
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="[email protected]"

WORKDIR /tools

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

Expand Down
2 changes: 1 addition & 1 deletion docker/robot/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Building docker image
VERSION = "v1.9.4"
VERSION = "v1.9.7"
IM=obolibrary/robot

CACHE=
Expand Down

0 comments on commit 1d23f49

Please sign in to comment.