From e5b743c87529566b080198a3e9011b8d1875f129 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 12:51:28 +0000 Subject: [PATCH] fix: builder/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123158 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123166 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123178 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123183 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123204 --- builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index f60b87c..200bdf1 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:latest +FROM golang:1.26rc2 LABEL maintainer="Frederic Boltz " ENV GOPATH /gopath/