From ceffb43de994be48003184b4a3349ae5493c962e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Feb 2026 10:21:55 +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-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 --- 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..f75c56e612767 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.3-alpine ARG CFNLINT_VERSION RUN pip install "cfn-lint==${CFNLINT_VERSION}" pydot ENTRYPOINT ["cfn-lint"] \ No newline at end of file