From 31366889cf7ee691c28e39ec3b26de435affa5ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Apr 2025 02:05:05 +0000 Subject: [PATCH] fix: build/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-PCRE2-2808696 - https://snyk.io/vuln/SNYK-DEBIAN10-PCRE2-2808698 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 44ecedd..6adf84c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.2 +FROM golang:1.24.2 LABEL maintainer="LitmusChaos"