We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a67250 commit 08fa8d4Copy full SHA for 08fa8d4
Dockerfile
@@ -4,7 +4,7 @@
4
# The builder image, used to build the virtual environment
5
FROM python:3.13-bookworm AS builder
6
7
-RUN pip install poetry==2.2.1
+RUN pip install poetry==2.3.1
8
9
# POETRY_CACHE_DIR: When removing the cache folder, make sure this is done in the same RUN command. If it’s done in a
10
# separate RUN command, the cache will still be part of the previous Docker layer (the one containing poetry install )
0 commit comments