From 395277fd78658d369eac291dbe9bf58fb8a41147 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jul 2023 18:42:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5788365 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5788365 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 688bbe6..66bc347 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN staticcheck ./... RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/radix-velero-plugin ./radix-velero-plugin -FROM alpine:3.17 +FROM alpine:3 RUN mkdir /plugins