From 9f50cdeef779b24a0e24aeab831644b38e91c1d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jan 2025 06:49:41 +0000 Subject: [PATCH] fix: triage/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314621 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314621 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314622 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 --- triage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triage/Dockerfile b/triage/Dockerfile index 7c75e216bd0f..886f4e52525d 100644 --- a/triage/Dockerfile +++ b/triage/Dockerfile @@ -35,7 +35,7 @@ RUN env GOOS=linux \ # Stage 2 -FROM alpine:3.15.6 +FROM alpine:3.21.1 # Google Cloud SDK requires python 3.9+ (https://cloud.google.com/python/setup#installing_the_cloud_sdk). # update_summaries.sh requires bash.