From fbfd19237096200478ee738baba262dc43911ecd Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Tue, 14 Nov 2023 13:40:30 -0600 Subject: [PATCH] chore: update openssl in Dockerfile (#10701) 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 ed5caba355..f97234f5d1 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 \