Skip to content

Commit c68b561

Browse files
committed
Explicitly use bookworm
1 parent 67b972c commit c68b561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.12
33
ARG UBUNTU_VERSION=noble
44
ARG POETRY_VERSION=1.6.1
55

6-
FROM python:$PYTHON_VERSION-slim AS builder
6+
FROM python:$PYTHON_VERSION-slim-bookworm AS builder
77
ARG POETRY_VERSION
88

99
ENV POETRY_HOME=/opt/poetry
@@ -23,7 +23,7 @@ COPY poetry.lock pyproject.toml /src
2323
RUN poetry export --with=gpu --without-hashes -f requirements.txt > requirements.txt
2424

2525

26-
FROM python:$PYTHON_VERSION-slim
26+
FROM python:$PYTHON_VERSION-slim-bookworm
2727
ARG PYTHON_VERSION
2828

2929
ENV PIP_DISABLE_PIP_VERSION_CHECK=on

0 commit comments

Comments
 (0)