Skip to content

Commit

Permalink
Merge pull request #82 from LeadingEDJE/81-python-image
Browse files Browse the repository at this point in the history
closes #81 - Use public ECR Python image
  • Loading branch information
andrewdmay committed May 9, 2023
2 parents 9a1f9b4 + 78f1c12 commit 894a4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM public.ecr.aws/docker/library/python:3.10-slim
ARG version

RUN apt-get update && apt-get install -y --no-install-recommends curl && apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 894a4b1

Please sign in to comment.