From f3f302901476663b3edef629f5915236cce98bd4 Mon Sep 17 00:00:00 2001 From: Simran Munot <61535265+designanderror@users.noreply.github.com> Date: Tue, 20 Jul 2021 15:57:43 +0530 Subject: [PATCH] Updated the Alpine Image to 3.14 (latest) (#1130) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0b19afa12..090a882229 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 +FROM alpine:3.14 RUN apk --no-cache add ca-certificates git COPY trivy /usr/local/bin/trivy COPY contrib/*.tpl contrib/