From f5f3d6adee7dcdfcf1f859f2804ef75ce428578c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Dec 2024 20:09:49 +0000 Subject: [PATCH] fix: pkg/benchmarkjunit/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1075735 --- pkg/benchmarkjunit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/benchmarkjunit/Dockerfile b/pkg/benchmarkjunit/Dockerfile index de0b253abec7..7fbb734252fd 100644 --- a/pkg/benchmarkjunit/Dockerfile +++ b/pkg/benchmarkjunit/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.13-alpine +FROM golang:1.24rc1-alpine COPY benchmarkjunit /benchmarkjunit