Skip to content

Commit 96083d5

Browse files
committed
Update ROBOT to version 1.9.7.
1 parent 5584efe commit 96083d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/odklite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:24.04
22
LABEL maintainer="obo-tools@googlegroups.com"
33

4-
ENV ROBOT_VERSION=1.9.6
4+
ENV ROBOT_VERSION=1.9.7
55
ENV DOSDP_VERSION=0.19.3
66
ENV OWLTOOLS_VERSION=2020-04-06
77
ENV AMMONITE_VERSION=2.5.9

docker/robot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="obo-tools@googlegroups.com"
33

44
WORKDIR /tools
55

6-
ENV ROBOT v1.9.6
6+
ENV ROBOT=v1.9.7
77
ARG ROBOT_JAR=https://github.com/ontodev/robot/releases/download/$ROBOT/robot.jar
88
ENV ROBOT_JAR ${ROBOT_JAR}
99

docker/robot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Building docker image
3-
VERSION = "v1.9.6"
3+
VERSION = "v1.9.7"
44
IM=obolibrary/robot
55

66
CACHE=

0 commit comments

Comments
 (0)