chore: bump openssl in base image (#8811)

This commit is contained in:
Colin Adler 2023-08-02 16:16:34 -05:00 committed by GitHub
parent b6018198b7
commit e68d508469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ RUN apk add --no-cache \
bash \
jq \
git \
# Fixes CVE-2023-3446 and CVE-2023-2975. Only necessary until Alpine 3.18.3.
openssl \
openssh-client && \
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \