Skip to content

Commit

Permalink
fix: Pin version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
setu4993 committed Sep 1, 2022
1 parent 1aaec7a commit 0a56726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-python/lib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN pip install --upgrade pip
# poetry>=1.2 cannot use MD5 hashes for installing packages, which is the only hashes
# AWS Code Artifact supports.
# https://github.com/python-poetry/poetry/issues/6301
RUN pip install pipenv==2022.4.8 poetry<1.2
RUN pip install pipenv==2022.4.8 "poetry<1.2"

CMD [ "python" ]

0 comments on commit 0a56726

Please sign in to comment.