rhoitjadhav commited on
Commit
8b609c0
·
1 Parent(s): 184ed4b

update dockerfile

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