File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ USER root
55
66ARG SCANNER_VERSION=5.0.1.3006
77ARG PYTHON_VERSION=3.12.1
8+ ARG POETRY_VERSION=1.8.4
89
910# install required dependencies to build Python from source see: https://devguide.python.org/getting-started/setup-building/#install-dependencies
1011RUN apt-get update && apt-get install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev
@@ -19,6 +20,6 @@ RUN cd /usr/local/bin \
1920
2021USER sonarsource
2122
22- RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
23+ RUN curl -sSL https://install.python-poetry.org | python3 - --version ${POETRY_VERSION}
2324ENV PATH="/home/sonarsource/bin:${PATH}"
2425ENV PATH="${PATH}:/home/sonarsource/.local/bin"
You can’t perform that action at this time.
0 commit comments