We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a00aa commit 599b0faCopy full SHA for 599b0fa
Dockerfile
@@ -1,6 +1,6 @@
1
FROM public.ecr.aws/docker/library/python:3.13-alpine3.20
2
3
-RUN pip install cfn-lint[full]
+RUN pip install cfn-lint[full]==1.44.0
4
RUN pip install pydot
5
6
ENTRYPOINT ["cfn-lint"]
0 commit comments