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