From fd6d8577aacdc81255dc81309c4c3951df25188d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jul 2023 16:21:12 +0000 Subject: [PATCH] fix: 6.2/alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5776809 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5788365 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5788365 --- 6.2/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6.2/alpine/Dockerfile b/6.2/alpine/Dockerfile index 1a6130ef8..3bf0919f3 100644 --- a/6.2/alpine/Dockerfile +++ b/6.2/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 +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