From af08b910aee99db2efff045a4f86077ce94af47a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Feb 2023 17:38:00 +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-2936229 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232722 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-3232724 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBTASN16-3061097 --- build/Builder.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Builder.Dockerfile b/build/Builder.Dockerfile index dd9eff5..2c625d2 100644 --- a/build/Builder.Dockerfile +++ b/build/Builder.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17 +FROM golang:1.20 WORKDIR /go/src/github.com/RedisTimeSeries/prometheus-redistimeseries-adapter RUN mkdir -p /go/src/github.com/RedisTimeSeries/prometheus-redistimeseries-adapter