update base container image to bookworm
This commit is contained in:
parent
5916dd1508
commit
7c9652122b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10-slim-bullseye AS builder
|
||||
FROM python:3.11-slim-bookworm AS builder
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade pip setuptools wheel
|
||||
|
||||
|
@ -10,7 +10,7 @@ RUN pip wheel . --wheel-dir /wheels --find-links /wheels
|
|||
|
||||
|
||||
|
||||
FROM python:3.10-slim-bullseye AS run
|
||||
FROM python:3.11-slim-bookworm AS run
|
||||
|
||||
COPY --from=builder /wheels /wheels
|
||||
|
||||
|
|
Loading…
Reference in a new issue