-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= | ||
|