From 96083d561203ef8f83948a3df09e87247f5ea98b Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Wed, 30 Oct 2024 20:42:15 +0000 Subject: [PATCH] Update ROBOT to version 1.9.7. --- docker/odklite/Dockerfile | 2 +- docker/robot/Dockerfile | 2 +- docker/robot/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/odklite/Dockerfile b/docker/odklite/Dockerfile index 4021946b..e0d30ce9 100644 --- a/docker/odklite/Dockerfile +++ b/docker/odklite/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:24.04 LABEL maintainer="obo-tools@googlegroups.com" -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 diff --git a/docker/robot/Dockerfile b/docker/robot/Dockerfile index 5e62347c..b4e1c56f 100644 --- a/docker/robot/Dockerfile +++ b/docker/robot/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer="obo-tools@googlegroups.com" 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} diff --git a/docker/robot/Makefile b/docker/robot/Makefile index 786d1a1b..b817aef9 100644 --- a/docker/robot/Makefile +++ b/docker/robot/Makefile @@ -1,6 +1,6 @@ # Building docker image -VERSION = "v1.9.6" +VERSION = "v1.9.7" IM=obolibrary/robot CACHE=