From 681872ca7eff5a28262792885a6ee1793df9d95d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 11:39:11 +0000 Subject: [PATCH] fix: examples/kaniko/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121226 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120884 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120885 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15120886 --- examples/kaniko/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kaniko/Dockerfile b/examples/kaniko/Dockerfile index 8bfc2ad395..c462db27b6 100644 --- a/examples/kaniko/Dockerfile +++ b/examples/kaniko/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.4-alpine +FROM golang:1.26.0-alpine ADD . /go/src/app WORKDIR /go/src/app