From a9fcc7e9775b93a432e26097c2364c4bb732c3f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2024 14:53:56 +0000 Subject: [PATCH] fix: vendor/github.com/theupdateframework/notary/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- vendor/github.com/theupdateframework/notary/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/theupdateframework/notary/Dockerfile b/vendor/github.com/theupdateframework/notary/Dockerfile index 8d0eb3e..d8e968d 100644 --- a/vendor/github.com/theupdateframework/notary/Dockerfile +++ b/vendor/github.com/theupdateframework/notary/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.1 +FROM golang:1.21 RUN apt-get update && apt-get install -y \ curl \