Update to v4.6.1 (main branch latest)
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
# Updated: 2026-05-10
|
| 2 |
-
FROM ghcr.io/cjackhwang/ds2api:v4.6.
|
| 3 |
WORKDIR /app
|
| 4 |
COPY --chmod=666 config.json /app/config.json
|
| 5 |
ENV PORT=7860
|
|
|
|
| 1 |
+
# Updated: 2026-05-10 22:30 UTC
|
| 2 |
+
FROM ghcr.io/cjackhwang/ds2api:v4.6.1
|
| 3 |
WORKDIR /app
|
| 4 |
COPY --chmod=666 config.json /app/config.json
|
| 5 |
ENV PORT=7860
|