From c9774e5f9bcc24cd9ab7c3edc9af6e180443c28e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Nov 2024 05:15:26 +0000 Subject: [PATCH] fix: hack/cfn-lint.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908298 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908299 - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-7908300 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233533 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233586 --- hack/cfn-lint.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/cfn-lint.Dockerfile b/hack/cfn-lint.Dockerfile index 35719fc561ccf..caa1e6a6d11a2 100644 --- a/hack/cfn-lint.Dockerfile +++ b/hack/cfn-lint.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-alpine +FROM python:3.14.0a2-alpine ARG CFNLINT_VERSION RUN pip install "cfn-lint==${CFNLINT_VERSION}" pydot ENTRYPOINT ["cfn-lint"] \ No newline at end of file