Fuegovic commited on
Commit
3a0bf36
1 Parent(s): 22651c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,6 +1,5 @@
1
  # Use the official MeiliSearch image as a base
2
- FROM getmeili/meilisearch:latest
3
-
4
  # Set environment variables
5
  #ENV MEILI_HOST=0.0.0.0:7700
6
  ENV MEILI_HTTP_ADDR=0.0.0.0:7700
 
1
  # Use the official MeiliSearch image as a base
2
+ FROM getmeili/meilisearch:v1.8.3
 
3
  # Set environment variables
4
  #ENV MEILI_HOST=0.0.0.0:7700
5
  ENV MEILI_HTTP_ADDR=0.0.0.0:7700