Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM ghcr.io/labring/fastgpt:
|
| 2 |
EXPOSE 3000
|
| 3 |
ENV PORT 3000
|
| 4 |
ADD ./config.json /app/data/config.json
|
|
|
|
| 1 |
+
FROM ghcr.io/labring/fastgpt:v4.9.3
|
| 2 |
EXPOSE 3000
|
| 3 |
ENV PORT 3000
|
| 4 |
ADD ./config.json /app/data/config.json
|