From 585fd03123682e18b2ce2cd42abf7fa7b4eeecc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jan 2024 02:33:11 +0000 Subject: [PATCH] fix: 6.0/alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 --- 6.0/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.0/alpine/Dockerfile b/6.0/alpine/Dockerfile index 83bbcd2b4..e4ebf9a30 100644 --- a/6.0/alpine/Dockerfile +++ b/6.0/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN addgroup -S -g 1000 redis && adduser -S -G redis -u 999 redis