From 12532df44f8c35f575de029e4cc6a4df6549dd2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Oct 2023 14:48:45 +0000 Subject: [PATCH] fix: build/Builder.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585150 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-2936229 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232722 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSH-5788321 --- build/Builder.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Builder.Dockerfile b/build/Builder.Dockerfile index dd9eff5..6593883 100644 --- a/build/Builder.Dockerfile +++ b/build/Builder.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17 +FROM golang:1.20.9 WORKDIR /go/src/github.com/RedisTimeSeries/prometheus-redistimeseries-adapter RUN mkdir -p /go/src/github.com/RedisTimeSeries/prometheus-redistimeseries-adapter