Bump alpine from 3.18.5 to 3.19.0

Bumps alpine from 3.18.5 to 3.19.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-19 23:35:05 +00:00
committed by Khosrow Moossavi
parent 60c02e1919
commit 89b52d5c9c
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ RUN make build
################
FROM alpine:3.18.5
FROM alpine:3.19.0
# Mitigate CVE-2023-5363
RUN apk add --no-cache --upgrade "openssl>=3.1.4-r1"

View File

@@ -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.5
FROM alpine:3.19.0
COPY terraform-docs /usr/local/bin/terraform-docs