build: optimize and upgrade dependencies for improved performance

- Update the base image in Dockerfile from alpine:3.20 to alpine:3.21

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy 2025-04-11 23:43:22 +08:00
parent 0ec46c4fd2
commit 7df1147156
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
ARG TARGETOS
ARG TARGETARCH