From 6d9e2a4408ae65be0269a59906d34698880b6ef0 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 27 Dec 2017 10:08:32 +0800 Subject: [PATCH] fix: duplicate of cache download file. --- Dockerfile.alpine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 68729d6..ab56596 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:3.7 LABEL org.label-schema.version=latest LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git" @@ -7,7 +7,7 @@ LABEL org.label-schema.vendor="Bo-Yi Wu" LABEL org.label-schema.schema-version="1.0" LABEL maintainer="Bo-Yi Wu " -RUN apk add -U --no-cache ca-certificates && \ +RUN apk add --no-cache ca-certificates && \ rm -rf /var/cache/apk/* ADD release/linux/amd64/gorush /bin/