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 3c930d1 commit 7549086Copy full SHA for 7549086
image/Dockerfile
@@ -11,7 +11,7 @@ RUN export LANG=C.UTF-8 &&\
11
apt-get update &&\
12
apt-get install -f -y wget &&\
13
cd /usr/local/bin/ &&\
14
- wget https://github.com/optimizationBenchmarking/evaluator-gui/releases/download/0.8.7/evaluatorGui.jar &&\
+ wget https://github.com/optimizationBenchmarking/evaluator-gui/releases/download/0.8.9/evaluatorGui.jar &&\
15
chmod +x /usr/local/bin/evaluatorGui.jar &&\
16
mkdir /data/ &&\
17
apt-get purge -f -y wget &&\
0 commit comments