X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3d5a1c29aad86476f2e789e1e54cabf8b4605aa2..24f2f4c4f0c25cbdafb974354d7aff117854923f:/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