Skip to content

Commit

Permalink
Dockerfile.ci-debian: upgrade to 'bookworm'
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Jul 7, 2023
1 parent 1cb3a79 commit ae28fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ci-debian
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ ARG EXTRA_PACKAGES

COPY debian/control /tuxpkg/debian/control

RUN echo 'deb http://deb.debian.org/debian bullseye-backports main'>> /etc/apt/sources.list \
RUN echo 'deb http://deb.debian.org/debian bookworm-backports main'>> /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -qy auto-apt-proxy \
&& apt-get build-dep -qy /tuxpkg \
&& apt-get install -q=2 \
black \
codespell \
flake8 \
flit/bullseye-backports \
flit/bookworm-backports \
git \
make \
mkdocs \
Expand Down

0 comments on commit ae28fef

Please sign in to comment.