Skip to content

Commit 599b0fa

Browse files
authored
Pin cfn-lint version to 1.44.0 in Dockerfile (#4365)
1 parent f8a00aa commit 599b0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM public.ecr.aws/docker/library/python:3.13-alpine3.20
22

3-
RUN pip install cfn-lint[full]
3+
RUN pip install cfn-lint[full]==1.44.0
44
RUN pip install pydot
55

66
ENTRYPOINT ["cfn-lint"]

0 commit comments

Comments
 (0)