From 715c6b8f5427c8468e968d408949cb12ad1b2cdd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Oct 2023 12:52:46 +0000 Subject: [PATCH] fix: builder/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-ZLIB-2976149 --- builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index 964568f36b12..80784440af6b 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.20.9 LABEL maintainer="Marcin Wielgus " ENV GOPATH /gopath/