From fdab4b022098cf2f1fa0e92edeae4698b726f7af Mon Sep 17 00:00:00 2001 From: Karthikeyan Govindaraj <30545166+gkarthiks@users.noreply.github.com> Date: Sat, 7 Aug 2021 19:48:39 +0530 Subject: [PATCH] bump: alpine version and curl for security fix (#350) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85deec14..056468e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM alpine:3.13 +FROM alpine:3.14 RUN apk --no-cache add \ bash \ - curl \ + curl>7.77.0-r0 \ git \ libc6-compat \ openssh-client \