Skip to content

Commit

Permalink
fix(docker): Re-align the Poetry version
Browse files Browse the repository at this point in the history
`Dockerfile` and `Dockerfile-legacy` should use the same version. So,
align on the latest one.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Sep 28, 2023
1 parent 49bf674 commit 7e3de27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ENV \
NPM_VERSION=8.15.1 \
PNPM_VERSION=7.8.0 \
PYTHON_PIPENV_VERSION=2022.9.24 \
PYTHON_POETRY_VERSION=1.2.2 \
PYTHON_POETRY_VERSION=1.6.1 \
SBT_VERSION=1.6.1 \
SWIFT_VERSION=5.8.1 \
YARN_VERSION=1.22.17 \
Expand Down

0 comments on commit 7e3de27

Please sign in to comment.