remove stretch and add bullseye (default)

This commit is contained in:
john30
2021-10-09 11:33:10 +02:00
parent bfd4650568
commit cd689b8a25
12 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
DEFAULT_IMAGE=debian:stretch
DEFAULT_IMAGE=debian:bullseye
EBUSD_VERSION=`cat ../../VERSION`
archs='amd64 i386 arm32v5:arm arm32v7:arm arm64v8:aarch64'