Skip to content

Commit

Permalink
Bump the minimum required PDM version for the API
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Aug 1, 2024
1 parent b529468 commit 72b7fa7
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 72b7fa7

Please sign in to comment.