From 5cd8a2359b91fa525d70d5d84c032b0fc15ca29e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jun 2026 09:11:34 +0000 Subject: [PATCH] fix: examples/custom-builder/custom/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-17283034 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-17283035 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-17283036 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-17283037 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-17283038 --- examples/custom-builder/custom/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-builder/custom/Dockerfile b/examples/custom-builder/custom/Dockerfile index 5135397fd..892e87b99 100644 --- a/examples/custom-builder/custom/Dockerfile +++ b/examples/custom-builder/custom/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.2-alpine +FROM golang:1.27rc1-alpine ADD . /go/src/app WORKDIR /go/src/app