Monzd commited on
Commit
6239624
·
verified ·
1 Parent(s): 9dc100e

Update to v4.6.1 (main branch latest)

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Updated: 2026-05-10 11:03 UTC
2
- FROM ghcr.io/cjackhwang/ds2api:v4.6.0
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