From b7ea8fab27462e4ccd5ca65c479d8c70512c6f60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 15:52:37 +0000 Subject: [PATCH] fix: build/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-7575306 - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-7575306 - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-7575306 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index d68eff1..a0b78a5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-bookworm +FROM golang:1.22.6-bookworm ARG GH_VERSION='1.9.2'