Skip to content

Commit

Permalink
Update dockerfile image location (#3746)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Oct 14, 2024
1 parent fb9fba1 commit b664dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.13-alpine
FROM public.ecr.aws/docker/library/python:3.12-alpine3.20

RUN pip install cfn-lint
RUN pip install cfn-lint[full]
RUN pip install pydot

ENTRYPOINT ["cfn-lint"]
Expand Down

0 comments on commit b664dbd

Please sign in to comment.