From 8867eef33e9e01dcefb5c1e9a1d750b4859a52c6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 25 Jan 2026 13:16:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Dockerfile=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=87=B3=20v0.1.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa0fa4e..6eea403 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # ============================================================================== # ConvertX-CN 官方 Docker Image -# 版本:v0.1.16 - 完整重構版 +# 版本:v0.1.17 - 完整重構版 # ============================================================================== # # 📦 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.16" +LABEL org.opencontainers.image.version="v0.1.17" WORKDIR /app # 設定非互動模式