From 8660e637474ace2bff953e8181d960952d5fee2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 20:47:44 +0000 Subject: [PATCH] fix: profiler/busybench/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 --- profiler/busybench/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/busybench/Dockerfile b/profiler/busybench/Dockerfile index fb927fcb9d70..6b80950ebc6e 100644 --- a/profiler/busybench/Dockerfile +++ b/profiler/busybench/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:alpine +FROM golang:1.23rc2-alpine3.20 WORKDIR /go/src/busybench