rhoitjadhav commited on
Commit
05c855f
·
1 Parent(s): 5c1d3e0

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN chmod +x /start.sh \
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
35
 
36
  # Executing argilla along with elasticsearch
37
  CMD /bin/bash /start.sh
 
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