Skip to content

Commit

Permalink
Specify Python 3.12.3; 3.12 defaults to 3.12.4 which fails on `pipx i…
Browse files Browse the repository at this point in the history
…nstall poetry` (#238)
  • Loading branch information
recalcitrantsupplant authored Jun 28, 2024
1 parent 4f43cf8 commit d0540e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PREZ_VERSION
ARG PYTHON_VERSION=3.12
ARG PYTHON_VERSION=3.12.3
ARG POETRY_VERSION=1.8.1
ARG VIRTUAL_ENV=/opt/venv

Expand Down

0 comments on commit d0540e5

Please sign in to comment.