diff --git a/pkg/debian10-amd64.sh b/pkg/debian11-amd64.sh similarity index 96% rename from pkg/debian10-amd64.sh rename to pkg/debian11-amd64.sh index 3d4e41c..ce337c5 100755 --- a/pkg/debian10-amd64.sh +++ b/pkg/debian11-amd64.sh @@ -4,10 +4,10 @@ OUTPUT_DIR=$PWD SOURCE_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]})/..) -VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty)-1~upstream-debian10 +VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty)-1~upstream-debian11 DOCKER_TAG=$(docker build -q - <