chore: update openssl in Dockerfile (#10701)

Includes a security fix for CVE-2023-5363 and CVE-2023-5678.
This commit is contained in:
Colin Adler 2023-11-14 13:40:30 -06:00 committed by GitHub
parent 4894eda711
commit fbfd192370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RUN apk add --no-cache \
wget \
bash \
git \
openssl \
openssh-client && \
addgroup \
-g 1000 \