Skip to content

Commit e68d508

Browse files
authored
chore: bump openssl in base image (#8811)
1 parent b601819 commit e68d508

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/Dockerfile.base

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

0 commit comments

Comments
 (0)