From 960fc988b11ab32a121e4448f600c5ea089962b4 Mon Sep 17 00:00:00 2001 From: chaiyd <34934673+chaiyd@users.noreply.github.com> Date: Fri, 27 Nov 2020 18:30:17 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b3c2e22..63fe8a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \