chore: 更新 Dockerfile 版本至 v0.1.17
This commit is contained in:
parent
55b0f519ab
commit
8867eef33e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# ConvertX-CN 官方 Docker Image
|
# ConvertX-CN 官方 Docker Image
|
||||||
# 版本:v0.1.16 - 完整重構版
|
# 版本:v0.1.17 - 完整重構版
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
#
|
#
|
||||||
# 📦 Image 說明:
|
# 📦 Image 說明:
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
FROM debian:bookworm-slim AS base
|
FROM debian:bookworm-slim AS base
|
||||||
LABEL org.opencontainers.image.source="https://github.com/pi-docket/ConvertX-CN"
|
LABEL org.opencontainers.image.source="https://github.com/pi-docket/ConvertX-CN"
|
||||||
LABEL org.opencontainers.image.description="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
|
WORKDIR /app
|
||||||
|
|
||||||
# 設定非互動模式
|
# 設定非互動模式
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue