ci: Update docker image for local runs

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Rohan Garg <rohan.garg@collabora.com>
macos/master
Gert Wollny 4 years ago
parent cb79acc791
commit b8f0c66ff1
  1. 2
      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

Loading…
Cancel
Save