From b8f0c66ff110a588078477961829cb7b71b94b14 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Thu, 20 May 2021 18:34:52 +0200 Subject: [PATCH] ci: Update docker image for local runs Signed-off-by: Gert Wollny Reviewed-by: Rohan Garg --- ci/run_ci_locally.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_ci_locally.sh b/ci/run_ci_locally.sh index 9c3a41a..e25acf4 100755 --- a/ci/run_ci_locally.sh +++ b/ci/run_ci_locally.sh @@ -6,7 +6,7 @@ cd ${VIRGL_PATH} DOCKER_DRIVER=overlay2 -DOCKER_IMAGE=${DOCKER_IMAGE:-registry.freedesktop.org/virgl/virglrenderer/debian/bullseye:latest} +DOCKER_IMAGE=${DOCKER_IMAGE:-registry.freedesktop.org/virgl/virglrenderer/debian/bullseye:2021-04-15} if [[ -z $NUM_THREADS ]] ; then # If not forced use slightly less than half of available threads