Update Dockerfile

This commit is contained in:
chaiyd
2020-12-03 21:16:53 +08:00
committed by qiang.ou
parent 7a949a22bf
commit 960fc988b1
+1 -1
View File
@@ -16,7 +16,7 @@ RUN git clone https://github.com/ouqiang/gocron.git \
&& make statik \
&& CGO_ENABLED=0 make gocron
FROM alpine:3.7
FROM alpine:3.12
RUN apk add --no-cache ca-certificates tzdata \
&& addgroup -S app \