From 76a9d6f1cda1b3bfde0b11afc7a7cd22b37ffe3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jun 2026 08:49:29 +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-ALPINE323-OPENSSL-17283033 - 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 --- 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 a5d6ff0fd..1e15c2124 100644 --- a/examples/hot-reload-container-restart/Dockerfile +++ b/examples/hot-reload-container-restart/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.2-alpine +FROM golang:1.27rc1-alpine ADD . /go/src/app WORKDIR /go/src/app