Skip to content

Commit

Permalink
chore(docker): Upgrade Poetry to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 16, 2023
1 parent 0557aeb commit 0818afb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PNPM_VERSION=8.10.3
PYENV_GIT_TAG=v2.3.25
PYTHON_INSPECTOR_VERSION=0.10.0
PYTHON_PIPENV_VERSION=2023.10.24
PYTHON_POETRY_VERSION=1.6.1
PYTHON_POETRY_VERSION=1.7.0
PYTHON_VERSION=3.11.5
RUBY_VERSION=3.1.2
RUST_VERSION=1.72.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN curl -kSs https://pyenv.run | bash \
ARG CONAN_VERSION=1.61.0
ARG PYTHON_INSPECTOR_VERSION=0.10.0
ARG PYTHON_PIPENV_VERSION=2023.10.24
ARG PYTHON_POETRY_VERSION=1.6.1
ARG PYTHON_POETRY_VERSION=1.7.0
ARG PIPTOOL_VERSION=23.3.1
ARG SCANCODE_VERSION=32.0.8

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ENV \
PNPM_VERSION=8.10.3 \
PIPTOOL_VERSION=23.3.1 \
PYTHON_PIPENV_VERSION=2023.10.24 \
PYTHON_POETRY_VERSION=1.6.1 \
PYTHON_POETRY_VERSION=1.7.0 \
SBT_VERSION=1.9.7 \
SWIFT_VERSION=5.8.1 \
YARN_VERSION=1.22.19 \
Expand Down

0 comments on commit 0818afb

Please sign in to comment.