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 b37d2dc commit e5abff0Copy full SHA for e5abff0
Dockerfile
@@ -21,7 +21,7 @@ RUN make build
21
22
################
23
24
-FROM alpine:3.18.4
+FROM alpine:3.18.5
25
26
# Mitigate CVE-2023-5363
27
RUN apk add --no-cache --upgrade "openssl>=3.1.4-r1"
scripts/release/Dockerfile
@@ -6,7 +6,7 @@
6
# You may obtain a copy of the License at the LICENSE file in
7
# the root directory of this source tree.
8
9
-FROM alpine:3.18.2
10
11
COPY terraform-docs /usr/local/bin/terraform-docs
12
0 commit comments