From 6a3b16ec611a8f7d65d1e08824fca500e38d546d Mon Sep 17 00:00:00 2001 From: Mario Siegenthaler Date: Mon, 20 May 2019 10:09:05 +0200 Subject: [PATCH] chore: update alpine to 3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cec23e..c096947 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.8 as build +FROM alpine:3.9 as build LABEL maintainer="Mario Siegenthaler " RUN apk add --update --no-cache ca-certificates git