Skip to content

Commit e5abff0

Browse files
committed
Bump alpine to 3.18.5
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent b37d2dc commit e5abff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN make build
2121

2222
################
2323

24-
FROM alpine:3.18.4
24+
FROM alpine:3.18.5
2525

2626
# Mitigate CVE-2023-5363
2727
RUN apk add --no-cache --upgrade "openssl>=3.1.4-r1"

scripts/release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# You may obtain a copy of the License at the LICENSE file in
77
# the root directory of this source tree.
88

9-
FROM alpine:3.18.2
9+
FROM alpine:3.18.5
1010

1111
COPY terraform-docs /usr/local/bin/terraform-docs
1212

0 commit comments

Comments
 (0)