Skip to content

Commit

Permalink
Use testing, not unstable
Browse files Browse the repository at this point in the history
We need something more recent than stable, because otherwise debootstrap
will not (yet) know about the recent ubuntu releases.

However, unstable is sometimes uninstallable when major subsystems are
updated, which can make things more complicated if we try to update the
image at the wrong time.

Work around this by using testing rather than unstable
  • Loading branch information
yoe committed Oct 15, 2024
1 parent 3ca3f49 commit cfb9c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/dockerfiles/deb-sbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# distribution and a few things changed so we get a more recent version of
# debootstrap.

FROM debian:unstable-slim
FROM debian:testing-slim

RUN echo "deb http://deb.debian.org/debian experimental main" >> /etc/apt/sources.list

Expand Down

0 comments on commit cfb9c64

Please sign in to comment.