build: update dependencies and optimize Docker configuration

- Update base image in Dockerfile from `alpine:3.17` to `alpine:3.21`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2025-03-10 22:17:06 +08:00
parent eb083b1019
commit 7a4b5f1fad
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.21
ARG TARGETOS
ARG TARGETARCH