From b8fb4b60fc8c811f84988dedcffce9df0f4a24d4 Mon Sep 17 00:00:00 2001 From: pgvishnuram <81585115+pgvishnuram@users.noreply.github.com> Date: Thu, 13 Jan 2022 13:24:53 +0530 Subject: [PATCH] update base image to mitigate CVE's (#330) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6908124..782b980 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV CGO_ENABLED=0 COPY . ./ RUN make setup && make build -FROM alpine:3.12.1 +FROM alpine:3.14.3 RUN apk --no-cache add \ ca-certificates \ iptables