From eb056aad11124342f36989479a2908db89c37a81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 00:18:40 +0000 Subject: [PATCH] fix: hack/develop/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855504 - https://snyk.io/vuln/SNYK-DEBIAN11-EXPAT-7855505 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-6846200 - https://snyk.io/vuln/SNYK-DEBIAN11-GIT-6846200 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- hack/develop/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/develop/Dockerfile b/hack/develop/Dockerfile index f5addc579484..203a8ffa690f 100644 --- a/hack/develop/Dockerfile +++ b/hack/develop/Dockerfile @@ -18,7 +18,7 @@ # golang is based on debian:jessie # Specify version to clarify which version we use. -FROM golang:1.20-bullseye +FROM golang:1.23.4-bullseye # Install Node.js. Go is already installed. # A small tweak, apt-get update is already run by the nodejs setup script,