From c09011eabdedb57ceffd239f99729b26992a914f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2024 22:00:54 +0000 Subject: [PATCH] fix: internal/postprocessor/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159410 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159418 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6137714 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6137714 - https://snyk.io/vuln/SNYK-DEBIAN12-TAR-3253526 --- internal/postprocessor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/postprocessor/Dockerfile b/internal/postprocessor/Dockerfile index 2025efb6cdde..c3c6d575274a 100644 --- a/internal/postprocessor/Dockerfile +++ b/internal/postprocessor/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.20 as builder +FROM golang:1.21 as builder # Copy local code to the container image. COPY . /postprocessor/