X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c2cba51503a0e41ddd68083993e32fe085e49a7f..f676ab7f7d8d3c3862ad1121961990f51c493440:/lib/install/arvadostest_docker_build.sh diff --git a/lib/install/arvadostest_docker_build.sh b/lib/install/arvadostest_docker_build.sh index e0defa888a..3f0245293e 100755 --- a/lib/install/arvadostest_docker_build.sh +++ b/lib/install/arvadostest_docker_build.sh @@ -1,4 +1,8 @@ #!/bin/bash +# +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 set -ex -o pipefail @@ -7,7 +11,7 @@ SRC=$(realpath $(dirname ${BASH_SOURCE[0]})/../..) ctrname=arvadostest ctrbase=${ctrname} if [[ "${1}" != "--update" ]] || ! docker images --format={{.Repository}} | grep -x ${ctrbase}; then - ctrbase=debian:10 + ctrbase=debian:11 fi if docker ps -a --format={{.Names}} | grep -x ${ctrname}; then