Skip to content

Commit

Permalink
Switch back to old pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Aug 21, 2023
1 parent 2c41986 commit 801025f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/aws-lambda-python-alpha/lib/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN \
mkdir /tmp/poetry-cache && \
# Ensure all users can write to poetry cache
chmod -R 777 /tmp/poetry-cache && \
pip install pipenv==2023.8.20 poetry==$POETRY_VERSION && \
# pipenv 2022.4.8 is the last version with Python 3.6 support
pip install pipenv==2022.4.8 poetry==$POETRY_VERSION && \
# Ensure no temporary files remain in the caches
rm -rf /tmp/pip-cache/* /tmp/poetry-cache/*

Expand Down

0 comments on commit 801025f

Please sign in to comment.