qitongwei commited on
Commit
7880fd9
·
verified ·
1 Parent(s): 99d1e41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Pull the base image
2
- FROM ghcr.io/danny-avila/librechat-dev:latest
3
  # Set environment variables
4
  ENV HOST=0.0.0.0
5
  ENV PORT=7860
 
1
  # Pull the base image
2
+ FROM ghcr.io/danny-avila/librechat:v0.7.9-rc1
3
  # Set environment variables
4
  ENV HOST=0.0.0.0
5
  ENV PORT=7860