From f08d13b763dcfa4aba1fe1b7801b8373417c798f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Apr 2025 09:17:47 +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-EXPAT-9459842 - https://snyk.io/vuln/SNYK-ALPINE320-BUSYBOX-7233533 --- 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..07a69d169fa88 100644 --- a/hack/cfn-lint.Dockerfile +++ b/hack/cfn-lint.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3-alpine +FROM python:3.13.3-alpine ARG CFNLINT_VERSION RUN pip install "cfn-lint==${CFNLINT_VERSION}" pydot ENTRYPOINT ["cfn-lint"] \ No newline at end of file