From 87dea02a2200eac3802d0c94829a5184c6249763 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 13:25:32 +0000 Subject: [PATCH] fix: cluster/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 --- cluster/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/Dockerfile b/cluster/Dockerfile index b8de8756..5e6f3aa7 100644 --- a/cluster/Dockerfile +++ b/cluster/Dockerfile @@ -17,7 +17,7 @@ COPY pkg/ pkg/ # Build RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o provider cmd/provider/main.go -FROM alpine:3.7 +FROM alpine:3.21.3 WORKDIR / COPY --from=builder /workspace/provider . COPY package /