Use akevinclark/ale for the updated docker image

This commit is contained in:
Kevin Clark 2020-11-28 09:05:06 -08:00
parent d52dce2e6f
commit 6b0250a843
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ set -u
# options, or read the output below.
#
image=w0rp/ale
current_image_id=f58c7bf8900f
image=akevinclark/ale
current_image_id=8e1802ca34b5
# Used in all test scripts for running the selected Docker image.
DOCKER_RUN_IMAGE="$image"