qitongwei commited on
Commit
73d0133
·
verified ·
1 Parent(s): 5584df3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,6 +1,5 @@
1
  # Pull the base image
2
- FROM ghcr.io/danny-avila/librechat-dev:7f6b32ff04d67ce0ad6f78c891a06f9e5a90cd96
3
-
4
  # Set environment variables
5
  ENV HOST=0.0.0.0
6
  ENV PORT=7860
 
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