From e064881993896d4c14d842f48d9676323b2f499e Mon Sep 17 00:00:00 2001 From: Colin Adler Date: Tue, 6 Jun 2023 19:34:23 +0000 Subject: [PATCH] security: upgrade openssl [hotfix] --- scripts/Dockerfile.base | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Dockerfile.base b/scripts/Dockerfile.base index b89019e9c9211..5dbbdb386696b 100644 --- a/scripts/Dockerfile.base +++ b/scripts/Dockerfile.base @@ -11,6 +11,7 @@ RUN apk add --no-cache \ wget \ bash \ git \ + openssl>=3.1.1-r1 \ openssh-client \ terraform=1.4.6-r1 && \ addgroup \