Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerhards committed Jul 21, 2018
2 parents 90edf19 + 7f173e0 commit 8c6f6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev_env/ubuntu/base/16.04/Dockerfile
Expand Up @@ -90,8 +90,8 @@ RUN ./setup-system.sh

# create dependency cache
RUN mkdir /local_dep_cache && \
wget -nv https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.9.tar.gz -O /local_dep_cache/elasticsearch && \
wget -nv https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0.tar.gz -O /local_dep_cache/elasticsearch-6.0.1.tar.gz && \
wget -nv https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.9.tar.gz -O /local_dep_cache/elasticsearch/elasticsearch-5.6.9.tar.gz && \
wget -nv https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0.tar.gz -O /local_dep_cache/elasticsearch-6.0.0.tar.gz && \
wget -nv https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.1.tar.gz -O /local_dep_cache/elasticsearch-6.3.1.tar.gz
# tell tests which are the newester versions, so they can be checked without the need
# to adjust test sources.
Expand Down

0 comments on commit 8c6f6b1

Please sign in to comment.