chore: update base image from python:3.10-slim-bullseye to python:3.12-slim-bookworm

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej 2024-06-11 10:28:47 +02:00
parent 022d8830a2
commit 77f8478e81
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye AS builder
FROM python:3.12-slim-bookworm AS builder
RUN apt-get update && apt-get install -y \
--no-install-recommends \
@ -69,7 +69,7 @@ RUN git clone --depth 1 https://github.com/jacksonliam/mjpg-streamer \
## --------- This is the runner image
FROM python:3.10-slim-bullseye AS runner
FROM python:3.12-slim-bookworm AS runner
RUN apt-get update && apt-get install -y \
--no-install-recommends \
--no-install-suggests \