Spaces:
Runtime error
Runtime error
Commit
·
e81069e
1
Parent(s):
05c855f
update dockerfile
Browse files- 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=8.5.
|
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.3
|
35 |
|
36 |
# Executing argilla along with elasticsearch
|
37 |
CMD /bin/bash /start.sh
|