diff --git a/scripts/masterimage/Dockerfile b/scripts/masterimage/Dockerfile index cdbe1c9..bfeed7c 100644 --- a/scripts/masterimage/Dockerfile +++ b/scripts/masterimage/Dockerfile @@ -21,7 +21,7 @@ RUN cd ~ && \ cd cprotobuf && \ python setup.py install RUN cd ~ && \ - wget https://github.com/amplab/orchestra/releases/download/v0.002/orchestra.zip && \ + wget https://github.com/amplab/orchestra/releases/download/v0.1alpha/orchestra.zip && \ unzip orchestra.zip -d orchestra && \ cd orchestra && \ cargo build diff --git a/scripts/slaveimage/Dockerfile b/scripts/slaveimage/Dockerfile index 26cc84b..c2960ec 100644 --- a/scripts/slaveimage/Dockerfile +++ b/scripts/slaveimage/Dockerfile @@ -21,7 +21,7 @@ RUN cd ~ && \ cd cprotobuf && \ python setup.py install RUN cd ~ && \ - wget https://github.com/amplab/orchestra/releases/download/v0.002/orchestra.zip && \ + wget https://github.com/amplab/orchestra/releases/download/v0.1alpha/orchestra.zip && \ unzip orchestra.zip -d orchestra && \ cd orchestra && \ cargo build