Update Dockerfile

master
chaiyd 2020-11-27 18:30:17 +08:00 committed by qiang.ou
parent 7a949a22bf
commit 960fc988b1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN git clone https://github.com/ouqiang/gocron.git \
&& make statik \ && make statik \
&& CGO_ENABLED=0 make gocron && CGO_ENABLED=0 make gocron
FROM alpine:3.7 FROM alpine:3.12
RUN apk add --no-cache ca-certificates tzdata \ RUN apk add --no-cache ca-certificates tzdata \
&& addgroup -S app \ && addgroup -S app \