bhgi commited on
Commit
1e587c8
·
verified ·
1 Parent(s): 1339c25

Auto-update: v4.1.2 (2026-04-30 00:23 UTC)

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Updated: 2026-04-28 01:01 UTC
2
- FROM ghcr.io/cjackhwang/ds2api:latest
3
  COPY config.json /app/config.json
4
  ENV PORT=7860
5
  EXPOSE 7860
 
1
+ # Updated: 2026-04-30 00:23 UTC
2
+ FROM ghcr.io/cjackhwang/ds2api:v4.1.2
3
  COPY config.json /app/config.json
4
  ENV PORT=7860
5
  EXPOSE 7860