Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM node:
|
2 |
|
3 |
RUN git clone https://github.com/Payhon/chatgpt-proxy.git
|
4 |
|
|
|
1 |
+
FROM node:18
|
2 |
|
3 |
RUN git clone https://github.com/Payhon/chatgpt-proxy.git
|
4 |
|