Skip to content

Commit 0b34e7b

Browse files
committed
Dependencies update
1 parent fa5fb85 commit 0b34e7b

File tree

3 files changed

+239
-252
lines changed

3 files changed

+239
-252
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM python:3.11-bullseye
1+
FROM python:3.11-slim-bookworm
22

33
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
44
PIP_NO_CACHE_DIR=1 \
55
POETRY_VIRTUALENVS_CREATE=0 \
6-
POETRY_VERSION=1.4.2
6+
POETRY_VERSION=1.5.1
77

88
RUN pip install "poetry==$POETRY_VERSION"
99

0 commit comments

Comments
 (0)