From 00c336a39b5be8f4a3367b846c998853ebc30721 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 16:20:56 +0000 Subject: [PATCH] fix: vendor/github.com/theupdateframework/notary/cross.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-340821 - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-340821 - https://snyk.io/vuln/SNYK-DEBIAN9-GIT-340908 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356506 --- vendor/github.com/theupdateframework/notary/cross.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/theupdateframework/notary/cross.Dockerfile b/vendor/github.com/theupdateframework/notary/cross.Dockerfile index 5ef9aebe86..31fe8705af 100644 --- a/vendor/github.com/theupdateframework/notary/cross.Dockerfile +++ b/vendor/github.com/theupdateframework/notary/cross.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10.1 +FROM golang:1.24.3 RUN apt-get update && apt-get install -y \ curl \