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