Skip to content

Commit

Permalink
Bump the minimum required PDM version for the API (#4697)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Aug 1, 2024
1 parent ee78bdd commit 7329889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get update \
python3-dev \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
&& pip install pdm~=2.14
&& pip install pdm~=2.17

# Copy subpackages from additional build-context 'packages'
# hadolint ignore=DL3022
Expand Down

0 comments on commit 7329889

Please sign in to comment.