Skip to content

Commit

Permalink
📌(api) pin Pipenv release
Browse files Browse the repository at this point in the history
Always pin. Always.
  • Loading branch information
jmaupetit committed Jun 28, 2024
1 parent c231696 commit dd38d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && \
# Upgrade pip to its latest release to speed up dependencies
# installation
RUN pip install --upgrade pip && \
pip install pipenv
pip install pipenv==2024.0.1

# Pipenv configuration
ENV PIPENV_USER_UID ${DOCKER_UID}
Expand Down

0 comments on commit dd38d8c

Please sign in to comment.