Skip to content

Commit 2bed036

Browse files
committed
chore: update debian base image to trixie
1 parent 9a36024 commit 2bed036

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ all: 10 11 12 13 14 15 16
2626
$(call build-image,"10","3","bullseye")
2727

2828
11:
29-
$(call build-image,"11","3","bookworm")
29+
$(call build-image,"11","3","trixie")
3030

3131
12:
32-
$(call build-image,"12","3","bookworm")
32+
$(call build-image,"12","3","trixie")
3333

3434
13:
35-
$(call build-image,"13","3","bookworm")
35+
$(call build-image,"13","3","trixie")
3636

3737
14:
38-
$(call build-image,"14","3","bookworm")
38+
$(call build-image,"14","3","trixie")
3939

4040
15:
41-
$(call build-image,"15","3","bookworm")
41+
$(call build-image,"15","3","trixie")
4242

4343
16:
44-
$(call build-image,"16","3","bookworm")
44+
$(call build-image,"16","3","trixie")
4545

4646
17:
47-
$(call build-image,"17","3","bookworm")
47+
$(call build-image,"17","3","trixie")

0 commit comments

Comments
 (0)