Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
FROM wisdgod/cursor-api:
|
2 |
|
3 |
RUN touch .token .token-list && chmod 777 .token .token-list
|
|
|
1 |
+
FROM wisdgod/cursor-api:latest
|
2 |
|
3 |
RUN touch .token .token-list && chmod 777 .token .token-list
|