From 25aa4f5a1521ea0f0a95166fd8f5fef3f0dcf477 Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Tue, 14 Nov 2023 19:26:14 +0000 Subject: [PATCH] chore: update openssl in Dockerfile Includes a security fix for CVE-2023-5363 and CVE-2023-5678. --- scripts/Dockerfile.base | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Dockerfile.base b/scripts/Dockerfile.base index ed5caba3558fa..f97234f5d1fc9 100644 --- a/scripts/Dockerfile.base +++ b/scripts/Dockerfile.base @@ -11,6 +11,7 @@ RUN apk add --no-cache \ wget \ bash \ git \ + openssl \ openssh-client && \ addgroup \ -g 1000 \