From 5f50e3583607d501de2007ac7ea172938954521e Mon Sep 17 00:00:00 2001 From: Jason Pilz Date: Thu, 10 Oct 2024 14:16:15 -0700 Subject: [PATCH] Remove dockerfile curl install from edge --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13bebfe3..fd3a40ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,7 @@ RUN apk --no-cache upgrade && apk --no-cache add \ nano ## No patch for vulnerabilities in alpine, downloading fixed versions from edge -RUN apk --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main --no-cache add \ - curl=8.9.1-r1 +RUN apk --no-cache add curl # Vim temporarily removed as there is no available patch on edge yet, although it is fixed in version > 9.1.0697 # https://pkgs.alpinelinux.org/packages?name=vim&branch=edge&repo=&arch=&maintainer= # https://security.alpinelinux.org/vuln/CVE-2024-43802