rhoitjadhav commited on
Commit
7299075
·
1 Parent(s): 782cd8e

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -29,9 +29,9 @@ RUN chmod +x /start.sh \
29
 
30
  # Install Elasticsearch
31
  RUN curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
32
- RUN echo "deb https://artifacts.elastic.co/packages/8.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-8.x.list
33
  RUN apt update
34
- RUN apt -y install elasticsearch=8.5.0
35
 
36
  # Executing argilla along with elasticsearch
37
  CMD /bin/bash /start.sh
 
29
 
30
  # Install Elasticsearch
31
  RUN curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
32
+ RUN echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | tee -a /etc/apt/sources.list.d/elastic-7.x.list
33
  RUN apt update
34
+ RUN apt -y install elasticsearch
35
 
36
  # Executing argilla along with elasticsearch
37
  CMD /bin/bash /start.sh