Skip to content

Commit 4b18240

Browse files
committed
Update dependencies
1 parent 8fbfebb commit 4b18240

File tree

3 files changed

+320
-284
lines changed

3 files changed

+320
-284
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM python:3.12 AS requirements-stage
1+
FROM python:3.12.6 AS requirements-stage
22

33
WORKDIR /tmp
44
RUN pip install poetry
55
COPY ./pyproject.toml ./poetry.lock* /tmp/
66
RUN poetry export -f requirements.txt --output requirements.txt --without-hashes
77

8-
FROM python:3.12-slim
8+
FROM python:3.12.6-slim
99

1010
ENV DEBIAN_FRONTEND=noninteractive
1111

0 commit comments

Comments
 (0)