Skip to content

Commit

Permalink
feat: 🎸 add version
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed Oct 12, 2024
1 parent e244577 commit f1f0448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webdav-backup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM alpine:latest

LABEL MAINTAINER [email protected]
LABEL VERSION 1.0.0

# 安装必要的工具
RUN apk add --no-cache bash curl tar pv

Expand Down

0 comments on commit f1f0448

Please sign in to comment.