We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1fa1a commit 60fdf37Copy full SHA for 60fdf37
Makefile
@@ -1,4 +1,4 @@
1
-DISTS:=sid bookworm bullseye buster stretch wheezy precise trusty xenial bionic focal jammy noble
+DISTS:=sid trixie bookworm bullseye buster stretch wheezy precise trusty xenial bionic focal jammy noble
2
3
all: clean
4
for i in $(DISTS) ; do \
create_dockerfile.sh
@@ -59,7 +59,7 @@ fi
59
60
case ${dist} in
61
noble|jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;;
62
- squeeze|wheezy|jessie|stretch|buster|bullseye|bookworm|sid) base=debian ;;
+ squeeze|wheezy|jessie|stretch|buster|bullseye|bookworm|trixie|sid) base=debian ;;
63
*)
64
echo "ERROR: no ${dist} base supported"
65
exit 1
0 commit comments