Skip to content

Commit

Permalink
Dockerfile: Upgrade to Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed May 30, 2024
1 parent 8b4c980 commit 35fd567
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ ARG GST_OMX_ENABLED=false


# Stage 1: Base Image
FROM python:3.11.7-slim-bullseye AS base
FROM python:3.11.7-slim-bookworm AS base

RUN <<-EOF
set -e
# Add backports
echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free" >> "/etc/apt/sources.list"
echo "deb http://deb.debian.org/debian bookworm-backports main contrib non-free" >> "/etc/apt/sources.list"

# Setup cache
rm -f /etc/apt/apt.conf.d/docker-clean
Expand Down Expand Up @@ -123,11 +123,11 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
libvorbis0a \
libtk8.6 \
libv4l-0 \
libva-drm2/bullseye-backports \
libva-glx2/bullseye-backports \
libva-wayland2/bullseye-backports \
libva-x11-2/bullseye-backports \
libva2/bullseye-backports \
libva-drm2 \
libva-glx2 \
libva-wayland2 \
libva-x11-2 \
libva2 \
libvpx6 \
libyaml-0-2 \
libx264-160 \
Expand Down

0 comments on commit 35fd567

Please sign in to comment.