From 58369e7e060a383fd11f847f2ad31df0f94e7337 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Thu, 29 Dec 2016 17:25:36 +0100 Subject: [PATCH] use latest alpine always --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dda8bb81..a28beeea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.5 +FROM alpine # we need ca-certificates for any external https communication RUN apk --update upgrade && \