summaryrefslogtreecommitdiff
path: root/run-tests
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2021-01-14 20:24:19 +0000
committerw0rp <devw0rp@gmail.com>2021-01-14 20:24:19 +0000
commit8dce126a6c379a1f9043061cb4d4c7673a987c39 (patch)
tree29183b9ba48c9cf9c4dac744b1c3ae95a99898f3 /run-tests
parentf398faa8d3dd46fa711f16c00b1255f62c4870b9 (diff)
downloadale-8dce126a6c379a1f9043061cb4d4c7673a987c39.zip
Update the Docker image; fix an error
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 cbd03af2..06a05384 100755
--- a/run-tests
+++ b/run-tests
@@ -9,8 +9,8 @@ set -u
# options, or read the output below.
#
-image=akevinclark/ale
-current_image_id=8e1802ca34b5
+image=w0rp/ale
+current_image_id=1c04720f5d17
# Used in all test scripts for running the selected Docker image.
DOCKER_RUN_IMAGE="$image"