Skip to content

Commit 08fa8d4

Browse files
committed
new versions
1 parent 3a67250 commit 08fa8d4

File tree

3 files changed

+330
-225
lines changed

3 files changed

+330
-225
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The builder image, used to build the virtual environment
55
FROM python:3.13-bookworm AS builder
66

7-
RUN pip install poetry==2.2.1
7+
RUN pip install poetry==2.3.1
88

99
# POETRY_CACHE_DIR: When removing the cache folder, make sure this is done in the same RUN command. If it’s done in a
1010
# separate RUN command, the cache will still be part of the previous Docker layer (the one containing poetry install )

0 commit comments

Comments
 (0)