From b664dbd33f4ae05dbf0a617f06efdb657c8c7988 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Mon, 14 Oct 2024 13:21:31 -0700 Subject: [PATCH] Update dockerfile image location (#3746) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1ea478482..80b43f2da6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]