Skip to content

Commit

Permalink
chore(docker): Upgrade Pipenv 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 15, 2023
1 parent 87db6d4 commit 1599731
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 @@ -17,7 +17,7 @@ PIPTOOL_VERSION=23.3.1
PNPM_VERSION=8.10.3
PYENV_GIT_TAG=v2.3.25
PYTHON_INSPECTOR_VERSION=0.10.0
PYTHON_PIPENV_VERSION=2022.9.24
PYTHON_PIPENV_VERSION=2023.10.24
PYTHON_POETRY_VERSION=1.6.1
PYTHON_VERSION=3.11.5
RUBY_VERSION=3.1.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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=2022.9.24
ARG PYTHON_PIPENV_VERSION=2023.10.24
ARG PYTHON_POETRY_VERSION=1.6.1
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 @@ -78,7 +78,7 @@ ENV \
NPM_VERSION=10.1.0 \
PNPM_VERSION=8.10.3 \
PIPTOOL_VERSION=23.3.1 \
PYTHON_PIPENV_VERSION=2022.9.24 \
PYTHON_PIPENV_VERSION=2023.10.24 \
PYTHON_POETRY_VERSION=1.6.1 \
SBT_VERSION=1.9.7 \
SWIFT_VERSION=5.8.1 \
Expand Down

0 comments on commit 1599731

Please sign in to comment.