Skip to content

Commit b664dbd

Browse files
authored
Update dockerfile image location (#3746)
1 parent fb9fba1 commit b664dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM python:3.13-alpine
1+
FROM public.ecr.aws/docker/library/python:3.12-alpine3.20
22

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

66
ENTRYPOINT ["cfn-lint"]

0 commit comments

Comments
 (0)