From 8705126360503258358890a0a663957ec5376c4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 06:43:30 +0000 Subject: [PATCH] fix: trace-fruits-cc/vendor/github.com/onsi/gomega/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBKSBA-3050754 --- trace-fruits-cc/vendor/github.com/onsi/gomega/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace-fruits-cc/vendor/github.com/onsi/gomega/Dockerfile b/trace-fruits-cc/vendor/github.com/onsi/gomega/Dockerfile index 11c7e63..5fae925 100644 --- a/trace-fruits-cc/vendor/github.com/onsi/gomega/Dockerfile +++ b/trace-fruits-cc/vendor/github.com/onsi/gomega/Dockerfile @@ -1 +1 @@ -FROM golang:1.15 +FROM golang:1.21.11