From 664e12a6b15f0f4fa125e344dbd57c41baec7ed4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 07:50:03 +0000 Subject: [PATCH] fix: cache-with-consistent-vertical-sharding/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174134 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174135 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-13174136 --- cache-with-consistent-vertical-sharding/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache-with-consistent-vertical-sharding/Dockerfile b/cache-with-consistent-vertical-sharding/Dockerfile index 5c0825e..d5acd0e 100644 --- a/cache-with-consistent-vertical-sharding/Dockerfile +++ b/cache-with-consistent-vertical-sharding/Dockerfile @@ -1,5 +1,5 @@ # Use the official Go image as a parent image -FROM golang:1.21-alpine +FROM golang:1.25.2-alpine # Set the Current Working Directory inside the container WORKDIR /distributed-cache