From b6283fa895d0e82918ee5222684dfa8fa4556be9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 11:59:06 +0000 Subject: [PATCH] fix: redis_server/dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174131 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174131 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174132 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174132 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-13174133 --- redis_server/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis_server/dockerfile b/redis_server/dockerfile index 1381fde..e9e648a 100644 --- a/redis_server/dockerfile +++ b/redis_server/dockerfile @@ -1,5 +1,5 @@ # Use an existing image as a base -FROM alpine:3.22.1 +FROM alpine:3.22.2 # Download and install dependencies, and other commands RUN apk add --update redis