From 44a6d1cc547d6f029546f0bd78308ba305c239f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2026 09:51:45 +0000 Subject: [PATCH 1/2] fix: examples/hot-reload-container-restart/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/hot-reload-container-restart/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hot-reload-container-restart/Dockerfile b/examples/hot-reload-container-restart/Dockerfile index 85ec9af770..0061d3cb2a 100644 --- a/examples/hot-reload-container-restart/Dockerfile +++ b/examples/hot-reload-container-restart/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 87321d09a99b1c09e83a7cd20304cd1fd97e692f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2026 12:29:21 +0000 Subject: [PATCH 2/2] fix: examples/hot-reload-container-restart/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