We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07622ad commit 861b72bCopy full SHA for 861b72b
corese-server/build-docker/corese/Dockerfile
@@ -7,7 +7,7 @@ ENV CORESE="/usr/local/corese"
7
RUN mkdir -p $CORESE
8
WORKDIR $CORESE
9
10
-RUN wget http://files.inria.fr/corese/distrib/corese-server-4.4.2.jar
+RUN wget http://files.inria.fr/corese/distrib/corese-server-4.5.0.jar
11
12
COPY log4j2.xml $CORESE/log4j2.xml
13
COPY corese-default-profile.ttl $CORESE/corese-default-profile.ttl
0 commit comments