Skip to content

Commit 2d6378c

Browse files
committed
update docker image to python 3.12
1 parent 3c96575 commit 2d6378c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.12
22
RUN pip install poetry
33
WORKDIR /code
44
COPY poetry.lock pyproject.toml /code/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ levenshtein = "^0.23.0"
1919
setuptools = "^80.9.0"
2020
requests = "^2.32.4"
2121

22-
[tool.poetry.dev-dependencies]
22+
[tool.poetry.group.dev.dependencies]
2323

2424
[build-system]
2525
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)