Skip to content

Commit 2764aa7

Browse files
committed
PAUSE runs on top of Debian Trixie (13) now.
1 parent 9c4a7b0 commit 2764aa7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/perl-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
the-tests:
2222
runs-on: ubuntu-latest
2323
container:
24-
image: perldocker/perl-tester:5.36-slim-bookworm
24+
image: perldocker/perl-tester:5.36-slim-trixie
2525
strategy:
2626
fail-fast: false
2727
env:

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM perl:5.42-bookworm
1+
FROM perl:5.42-trixie
22

33
RUN apt-get update \
44
&& apt-get install -y --no-install-recommends \

bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ switches). So, on to the next section:
5151

5252
## selfconfig
5353

54-
If you've got a fresh Debian system (Bookworm, at time of writing), you can use
54+
If you've got a fresh Debian system (Trixie, at time of writing), you can use
5555
the selfconfig system to build a new PAUSE. Start by copying `selfconfig-root`
5656
to that Debian box. Run it as root and watch the magic.
5757

bootstrap/mkpause

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async sub do_create {
169169
@key_ids = map {; $_->{id} } @keys;
170170
}
171171

172-
my $image = 'debian-12-x64';
172+
my $image = 'debian-13-x64';
173173
my $region = 'nyc3';
174174
my $size = $opt->size;
175175

doc/installing-pause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Other places with docs:
1717
These instructions describe how to set up a private, or local, PAUSE
1818
server for development and testing.
1919

20-
1. Provision a Debian host, preferably running Debian 12 (Bookworm)
20+
1. Provision a Debian host, preferably running Debian 13 (Trixie)
2121
2. Copy the `bootstrap/selfconfig-root` program to that host and run it
2222
3. You're done!
2323

0 commit comments

Comments
 (0)