Skip to content

Commit 7549086

Browse files
committed
The Docker Image for Release 0.8.9
1 parent 3c930d1 commit 7549086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN export LANG=C.UTF-8 &&\
1111
apt-get update &&\
1212
apt-get install -f -y wget &&\
1313
cd /usr/local/bin/ &&\
14-
wget https://github.com/optimizationBenchmarking/evaluator-gui/releases/download/0.8.7/evaluatorGui.jar &&\
14+
wget https://github.com/optimizationBenchmarking/evaluator-gui/releases/download/0.8.9/evaluatorGui.jar &&\
1515
chmod +x /usr/local/bin/evaluatorGui.jar &&\
1616
mkdir /data/ &&\
1717
apt-get purge -f -y wget &&\

0 commit comments

Comments
 (0)