From 9cf2c94729a02cc75cb566b4c82799d544019d85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Aug 2024 03:31:49 +0000 Subject: [PATCH] fix: builder/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENLDAP-2808412 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-1063178 --- builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index 964568f36b12..771ff786dab4 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:1.14 +FROM golang:1.21.12 LABEL maintainer="Marcin Wielgus " ENV GOPATH /gopath/