Skip to content

Commit c841f41

Browse files
committed
chore(docker): Upgrade python-inspector to version 0.10.0
Amongst others, the new release has a fix for a version string encoding related issue, see aboutcode-org/python-inspector#143. Signed-off-by: Frank Viernau <[email protected]>
1 parent 1c63cdf commit c841f41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PHP_VERSION=8.1
1616
PIPTOOL_VERSION=22.2.2
1717
PNPM_VERSION=8.8.0
1818
PYENV_GIT_TAG=v2.3.25
19-
PYTHON_INSPECTOR_VERSION=0.9.8
19+
PYTHON_INSPECTOR_VERSION=0.10.0
2020
PYTHON_PIPENV_VERSION=2022.9.24
2121
PYTHON_POETRY_VERSION=1.6.1
2222
PYTHON_VERSION=3.11.5

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RUN curl -kSs https://pyenv.run | bash \
147147
&& pyenv global $PYTHON_VERSION
148148

149149
ARG CONAN_VERSION=1.57.0
150-
ARG PYTHON_INSPECTOR_VERSION=0.9.8
150+
ARG PYTHON_INSPECTOR_VERSION=0.10.0
151151
ARG PYTHON_PIPENV_VERSION=2022.9.24
152152
ARG PYTHON_POETRY_VERSION=1.6.1
153153
ARG PIPTOOL_VERSION=22.2.2

Dockerfile-legacy

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ARG ORT_VERSION="DOCKER-SNAPSHOT"
3333
ARG NUGET_INSPECTOR_VERSION=0.9.12
3434

3535
# Set this to the Python Inspector version to use.
36-
ARG PYTHON_INSPECTOR_VERSION="0.9.6"
36+
ARG PYTHON_INSPECTOR_VERSION="0.10.0"
3737

3838
# Set this to the ScanCode version to use.
3939
ARG SCANCODE_VERSION="32.0.6"

0 commit comments

Comments
 (0)