From 63106f9008a28fc429a01e68a7f6b9896dff7634 Mon Sep 17 00:00:00 2001 From: wood chen Date: Thu, 31 Oct 2024 01:17:18 +0800 Subject: [PATCH] chore(Dockerfile): add tzdata for proper timezone handling --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1528743..99eaee4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o random-api . # 运行阶段 FROM alpine:latest -RUN apk --no-cache add ca-certificates +RUN apk --no-cache add ca-certificates tzdata WORKDIR /root/