Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -4,8 +4,9 @@
|
|
| 4 |
# 2025-3-11 16:16:24
|
| 5 |
# FROM linqiu1199/trae2api:v1.0.6
|
| 6 |
# FROM linqiu1199/trae2api:v1.0.8
|
| 7 |
-
FROM linqiu1199/trae2api:v1.1.2
|
| 8 |
-
|
|
|
|
| 9 |
|
| 10 |
WORKDIR /opt/black
|
| 11 |
COPY cfgo /opt/black/
|
|
|
|
| 4 |
# 2025-3-11 16:16:24
|
| 5 |
# FROM linqiu1199/trae2api:v1.0.6
|
| 6 |
# FROM linqiu1199/trae2api:v1.0.8
|
| 7 |
+
# FROM linqiu1199/trae2api:v1.1.2
|
| 8 |
+
ARG TARGETARCH=amd64
|
| 9 |
+
FROM --platform=linux/${TARGETARCH} rust:1.84.0-slim-bookworm
|
| 10 |
|
| 11 |
WORKDIR /opt/black
|
| 12 |
COPY cfgo /opt/black/
|