Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM wisdgod/cursor-api:v0.1.3-rc.
|
2 |
RUN touch /app/.token && \
|
3 |
touch /app/.token-list && \
|
4 |
chmod 777 /app && \
|
|
|
1 |
+
FROM wisdgod/cursor-api:v0.1.3-rc.4-pre
|
2 |
RUN touch /app/.token && \
|
3 |
touch /app/.token-list && \
|
4 |
chmod 777 /app && \
|