File tree Expand file tree Collapse file tree 4 files changed +969
-869
lines changed Expand file tree Collapse file tree 4 files changed +969
-869
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ ENV PIP_NO_CACHE_DIR=off \
10
10
POETRY_NO_INTERACTION=1 \
11
11
POETRY_VIRTUALENVS_CREATE=false \
12
12
POETRY_HOME='/usr/local' \
13
- POETRY_VERSION=1.8.3 \
14
- PYTHON_VERSION=3.12.7
15
-
13
+ POETRY_VERSION=2.1.1
16
14
# Install required tools and dependencies
17
15
RUN apt-get update && apt-get install -y \
18
16
sudo \
@@ -31,7 +29,7 @@ RUN apt-get update && apt-get install -y \
31
29
git \
32
30
libsqlite3-dev \
33
31
pre-commit \
34
- && curl -sSL https://install.python-poetry.org | python3 - --version 1.8.3 \
32
+ && curl -sSL https://install.python-poetry.org | python3 - --version $POETRY_VERSION \
35
33
&& apt-get clean -y \
36
34
&& rm -rf /var/lib/apt/lists/*
37
35
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
actions : read
11
11
checks : write
12
12
env :
13
- pythonVersion : 3.12.7
13
+ pythonVersion : 3.12.9
14
14
jobs :
15
15
Build_Stage_Build :
16
16
name : Build
You can’t perform that action at this time.
0 commit comments