From f201f59e27620cbf475d84e3ede6fadadab9ffe2 Mon Sep 17 00:00:00 2001 From: Teppei Fukuda Date: Mon, 15 Jun 2020 11:29:38 +0300 Subject: [PATCH] chore(Dockerfile): bump up alpine to 3.12 (#528) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6f87ab933..ac6aeacdff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.12 RUN apk --no-cache add ca-certificates git rpm COPY trivy /usr/local/bin/trivy COPY contrib/gitlab.tpl contrib/gitlab.tpl