Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b601819 commit e68d508Copy full SHA for e68d508
scripts/Dockerfile.base
@@ -12,6 +12,8 @@ RUN apk add --no-cache \
12
bash \
13
jq \
14
git \
15
+ # Fixes CVE-2023-3446 and CVE-2023-2975. Only necessary until Alpine 3.18.3.
16
+ openssl \
17
openssh-client && \
18
# Use the edge repo, since Terraform doesn't seem to be backported to 3.18.
19
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \
0 commit comments