Skip to content

Commit 221f3a6

Browse files
committed
trixie support
1 parent 915bca3 commit 221f3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DISTS:=sid bookworm bullseye buster stretch wheezy precise trusty xenial bionic focal jammy noble
1+
DISTS:=sid trixie bookworm bullseye buster stretch wheezy precise trusty xenial bionic focal jammy noble
22

33
all: clean
44
for i in $(DISTS) ; do \

create_dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959

6060
case ${dist} in
6161
noble|jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;;
62-
squeeze|wheezy|jessie|stretch|buster|bullseye|bookworm|sid) base=debian ;;
62+
squeeze|wheezy|jessie|stretch|buster|bullseye|bookworm|trixie|sid) base=debian ;;
6363
*)
6464
echo "ERROR: no ${dist} base supported"
6565
exit 1

0 commit comments

Comments
 (0)