# syntax=docker/dockerfile:1 FROM alpine:3.19 ENV TZ=Asia/Shanghai RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates