Skip to content

Commit

Permalink
Update dockerfile image location
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Oct 14, 2024
1 parent fb9fba1 commit 9e49120
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 9e49120

Please sign in to comment.