We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e78f2 commit 1466cb1Copy full SHA for 1466cb1
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-buster as builder
+FROM python:3.11-bookworm as builder
2
3
RUN pip install poetry==1.5.0
4
@@ -13,7 +13,7 @@ COPY pyproject.toml poetry.lock ./
13
14
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --without dev --no-root
15
16
-FROM python:3.11-slim-buster as runtime
+FROM python:3.11-slim-bookworm as runtime
17
18
ARG ENV
19
0 commit comments