From 505566c5a68f06d9eba909664dc039449e5b00da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 14:57:49 +0000 Subject: [PATCH] fix: auth-state.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 --- auth-state.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-state.Dockerfile b/auth-state.Dockerfile index e776b53cd..a819f138f 100644 --- a/auth-state.Dockerfile +++ b/auth-state.Dockerfile @@ -1,3 +1,3 @@ -FROM redis:alpine +FROM redis:7.4.0-alpine3.20 USER 999