From aca0058f662c95b7a3d4b73226ea8bf617e72452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2026 09:45:51 +0000 Subject: [PATCH 1/2] fix: examples/dependencies/dependency1/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/dependencies/dependency1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dependencies/dependency1/Dockerfile b/examples/dependencies/dependency1/Dockerfile index 603573faa5..e93f9670d8 100644 --- a/examples/dependencies/dependency1/Dockerfile +++ b/examples/dependencies/dependency1/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17-alpine +FROM golang:1.26.1-alpine ADD . /go/src/app WORKDIR /go/src/app From 738264c42d93fb22bf6f8a9a126801f21d0eb26f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2026 09:43:08 +0000 Subject: [PATCH 2/2] fix: examples/dependencies/dependency1/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