fix: revert to v0.1.16, remove incorrect documentation

This commit is contained in:
Your Name 2026-01-25 13:23:14 +08:00
parent e862cb6667
commit a9b1fc5699
2 changed files with 2 additions and 185 deletions

View file

@ -1,6 +1,6 @@
# ==============================================================================
# ConvertX-CN 官方 Docker Image
# 版本v0.1.17 - 完整重構版
# 版本v0.1.16 - 完整重構版
# ==============================================================================
#
# 📦 Image 說明:
@ -46,7 +46,7 @@
FROM debian:bookworm-slim AS base
LABEL org.opencontainers.image.source="https://github.com/pi-docket/ConvertX-CN"
LABEL org.opencontainers.image.description="ConvertX-CN - 完全離線化檔案轉換服務"
LABEL org.opencontainers.image.version="v0.1.17"
LABEL org.opencontainers.image.version="v0.1.16"
WORKDIR /app
# 設定非互動模式