From a1862446ca924063bdfe3d709c3374f1d8eefb04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Nov 2025 08:56:02 +0000 Subject: [PATCH] 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-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 --- 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..0fbc74dcdf 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.25.4-alpine ADD . /go/src/app WORKDIR /go/src/app