From dc9f58a6e2ea106b4a6dc8674d3e94c1c3a25071 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 10:06:29 +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-ALPINE316-ZLIB-2976176 - https://snyk.io/vuln/SNYK-ALPINE316-MUSL-8720632 - https://snyk.io/vuln/SNYK-ALPINE316-MUSL-8720632 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 --- 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 603573faa..fbf43e778 100644 --- a/examples/custom-builder/custom/Dockerfile +++ b/examples/custom-builder/custom/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17-alpine +FROM golang:1.26rc2-alpine ADD . /go/src/app WORKDIR /go/src/app