From de5654aca2201a3b33c3ee4a9145028967581c36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 17:27:03 +0000 Subject: [PATCH] fix: hack/dockerfiles/vendor.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-ZLIB-2976176 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 --- hack/dockerfiles/vendor.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/dockerfiles/vendor.Dockerfile b/hack/dockerfiles/vendor.Dockerfile index 48878e1d7d4f..2c432367397f 100644 --- a/hack/dockerfiles/vendor.Dockerfile +++ b/hack/dockerfiles/vendor.Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.3 -FROM golang:1.17-alpine AS vendored +FROM golang:1.24.2-alpine AS vendored RUN apk add --no-cache git WORKDIR /src RUN --mount=target=/src,rw \