summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
authorKevin Clark <kevin.clark@gmail.com>2020-11-28 09:05:06 -0800
committerKevin Clark <kevin.clark@gmail.com>2020-11-28 09:05:06 -0800
commit6b0250a843523810cc7c17db2dbffd582ba115df (patch)
treedf3d4bead3d860a42309181232a277f744388b8f /run-tests
parentd52dce2e6f9ed23103e8d32d41de46c6d9b6717c (diff)
downloadale-6b0250a843523810cc7c17db2dbffd582ba115df.zip
Use akevinclark/ale for the updated docker image
Diffstat (limited to 'run-tests')
-rwxr-xr-xrun-tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-tests b/run-tests
index 1d452a72..cbd03af2 100755
--- a/run-tests
+++ b/run-tests
@@ -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"