diff --git a/containers/ecr-viewer/seed-scripts/Dockerfile b/containers/ecr-viewer/seed-scripts/Dockerfile index 0ed5e470bb..859e7fd7bd 100644 --- a/containers/ecr-viewer/seed-scripts/Dockerfile +++ b/containers/ecr-viewer/seed-scripts/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.13-slim # Set the working directory in the container WORKDIR /code