From 14ce0edefd328078fc2343b422fe1a94257958a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 May 2023 04:34:58 +0000 Subject: [PATCH] fix: Dockerfile.init to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 --- Dockerfile.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.init b/Dockerfile.init index 4377263688..cafa488501 100644 --- a/Dockerfile.init +++ b/Dockerfile.init @@ -12,7 +12,7 @@ COPY ./KubeArmor/BPF/tests/go.sum go.sum RUN go build -o syscheck main.go ### Make compiler image -FROM alpine:3.17 as kubearmor-init +FROM alpine:3 as kubearmor-init RUN apk --no-cache update RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories