From 6b3d42a4e866e65bb3f94b1f4efb63d628cdcb20 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Aug 2023 05:16:51 +0000 Subject: [PATCH] fix: 5.0/alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 --- 5.0/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.0/alpine/Dockerfile b/5.0/alpine/Dockerfile index d67479d21..fa1121b98 100644 --- a/5.0/alpine/Dockerfile +++ b/5.0/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.16.7 # 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