Skip to content

Commit

Permalink
Bump alpine to 3.18.5
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
  • Loading branch information
khos2ow committed Dec 19, 2023
1 parent b37d2dc commit e5abff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -21,7 +21,7 @@ RUN make build

################

FROM alpine:3.18.4
FROM alpine:3.18.5

# Mitigate CVE-2023-5363
RUN apk add --no-cache --upgrade "openssl>=3.1.4-r1"
Expand Down
2 changes: 1 addition & 1 deletion scripts/release/Dockerfile
Expand Up @@ -6,7 +6,7 @@
# You may obtain a copy of the License at the LICENSE file in
# the root directory of this source tree.

FROM alpine:3.18.2
FROM alpine:3.18.5

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

Expand Down

0 comments on commit e5abff0

Please sign in to comment.